++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Africa/Kampala
Choosen random timezone Africa/Kampala
+ echo 'Choosen random timezone Africa/Kampala'
+ ln -snf /usr/share/zoneinfo/Africa/Kampala /etc/localtime
+ echo Africa/Kampala
+ dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49067 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.12.76.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49096 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49105 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-server (24.3.12.76.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49122 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-client (24.3.12.76.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.12.76.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=1716224
+ sed --follow-symlinks -i 's|[[:digit:]]\+|1716224|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=27348992
+ sed --follow-symlinks -i 's|[[:digit:]]\+|27348992|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ ./minio server --address :11111 ./minio_data
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:36173 http://127.0.0.1:36173
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (36173), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./180522B3396AC8FAc722f161-ffe5-404d-85ed-75a743aed658
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 257 root 10u IPv6 34307 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 151.38 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 92.59 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 41.55 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.97 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.54 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.09 KiB/s
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 4.40 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Nov 5 20:29 .
drwxr-xr-x 1 root root 4.0K Nov 5 20:29 ..
-rw-rw-r-- 1 1000 1000 300 Nov 5 20:26 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Jun 13 06:03 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Nov 5 20:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Nov 5 20:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Nov 5 20:29 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Nov 5 20:29 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Nov 5 20:28 dev
-rwxr-xr-x 1 root root 0 Nov 5 20:28 .dockerenv
drwxr-xr-x 1 root root 4.0K Nov 5 20:29 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Jun 13 06:04 mc
drwxr-xr-x 2 root root 4.0K Apr 27 2024 media
-rwxr-xr-x 1 root root 114M Jun 13 06:04 minio
drwxr-xr-x 4 root root 4.0K Nov 5 20:29 minio_data
drwxr-xr-x 2 root root 4.0K Apr 27 2024 mnt
drwxr-xr-x 2 root root 4.0K Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Nov 5 20:28 package_folder
dr-xr-xr-x 732 root root 0 Nov 5 20:28 proc
-rwxrwxr-x 1 root root 7.9K May 14 20:27 process_functional_tests_result.py
drwx------ 1 root root 4.0K Nov 5 20:29 root
drwxr-xr-x 1 root root 4.0K Nov 5 20:29 run
-rwxrwxr-x 1 root root 16K Jun 13 06:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K May 14 20:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 06:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Jun 13 06:03 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Apr 27 2024 srv
-rw-rw-r-- 1 root root 13K Jun 13 06:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Nov 5 20:28 sys
drwxrwxr-x 2 1000 1000 4.0K Nov 5 20:28 test_output
drwxrwxrwt 1 root root 4.0K Nov 5 20:29 tmp
drwxr-xr-x 1 root root 4.0K Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 06:03 utils.lib
drwxr-xr-x 1 root root 4.0K Apr 27 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 544 clickhouse 322u IPv4 35258 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [05/Nov/2024:17:30:08 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [05/Nov/2024:17:30:08 +0000] "PUT /devstoreaccount1/cont/khmrarifqcfqrmzrpjvrvipveotukqzz?blockid=xrppxevcletfqpfxirvdjpsraptfakczcglineaphekpxebenswvefsxpumaiukf&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Nov/2024:17:30:08 +0000] "PUT /devstoreaccount1/cont/khmrarifqcfqrmzrpjvrvipveotukqzz?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Nov/2024:17:30:08 +0000] "GET /devstoreaccount1/cont/khmrarifqcfqrmzrpjvrvipveotukqzz HTTP/1.1" 206 4
127.0.0.1 - - [05/Nov/2024:17:30:08 +0000] "GET /devstoreaccount1/cont/khmrarifqcfqrmzrpjvrvipveotukqzz HTTP/1.1" 206 2
127.0.0.1 - - [05/Nov/2024:17:30:08 +0000] "DELETE /devstoreaccount1/cont/khmrarifqcfqrmzrpjvrvipveotukqzz HTTP/1.1" 202 -
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 734
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 4 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 4 --run-by-hash-total 6 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2024-11-05 20:31:00 Using queries from '/usr/share/clickhouse-test/queries' directory
2024-11-05 20:31:00 Connecting to ClickHouse server... OK
2024-11-05 20:31:00 Connected to server 24.3.12.76.altinitystable @ 5b67ba5a4febfa774d6373929d551c6a697d7d92 HEAD
2024-11-05 20:31:00 Found 977 parallel tests and 111 sequential tests
2024-11-05 20:31:01
2024-11-05 20:31:01 Running about 122 stateless tests (ForkPoolWorker-7).
2024-11-05 20:31:01
2024-11-05 20:31:01 03151_pmj_join_non_procssed_clash: [ OK ] 0.88 sec.
2024-11-05 20:31:01
2024-11-05 20:31:01 Running about 122 stateless tests (ForkPoolWorker-6).
2024-11-05 20:31:01
2024-11-05 20:31:01 03203_system_numbers_limit_and_offset_complex: [ OK ] 0.94 sec.
2024-11-05 20:31:01
2024-11-05 20:31:01 Running about 122 stateless tests (ForkPoolWorker-9).
2024-11-05 20:31:01
2024-11-05 20:31:01 03143_parallel_replicas_mat_view_bug: [ OK ] 1.00 sec.
2024-11-05 20:31:01
2024-11-05 20:31:01 Running about 122 stateless tests (ForkPoolWorker-4).
2024-11-05 20:31:01
2024-11-05 20:31:01 03217_filtering_in_storage_merge: [ OK ] 1.15 sec.
2024-11-05 20:31:01
2024-11-05 20:31:01 Running about 122 stateless tests (ForkPoolWorker-8).
2024-11-05 20:31:01
2024-11-05 20:31:01 03152_analyzer_columns_list: [ OK ] 1.35 sec.
2024-11-05 20:31:02
2024-11-05 20:31:02 Running about 122 stateless tests (ForkPoolWorker-5).
2024-11-05 20:31:02
2024-11-05 20:31:02 03164_analyzer_validate_tree_size: [ OK ] 1.80 sec.
2024-11-05 20:31:02 03129_cte_with_final: [ OK ] 0.96 sec.
2024-11-05 20:31:02 03038_move_partition_to_oneself_deadlock: [ OK ] 0.91 sec.
2024-11-05 20:31:02 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.78 sec.
2024-11-05 20:31:02 03023_remove_unused_column_distinct: [ OK ] 0.71 sec.
2024-11-05 20:31:02
2024-11-05 20:31:02 Running about 122 stateless tests (ForkPoolWorker-2).
2024-11-05 20:31:02
2024-11-05 20:31:02 03222_datetime64_small_value_const: [ OK ] 2.13 sec.
2024-11-05 20:31:02 03033_analyzer_resolve_from_parent_scope: [ OK ] 1.25 sec.
2024-11-05 20:31:03 03019_numbers_pretty: [ OK ] 0.77 sec.
2024-11-05 20:31:03 03007_column_nullable_uninitialzed_value: [ OK ] 0.74 sec.
2024-11-05 20:31:03 03006_buffer_overflow_join: [ OK ] 0.71 sec.
2024-11-05 20:31:03 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 0.87 sec.
2024-11-05 20:31:03 03010_view_prewhere_in: [ OK ] 0.95 sec.
2024-11-05 20:31:03 03003_compatibility_setting_bad_value: [ OK ] 0.54 sec.
2024-11-05 20:31:04 03002_map_array_functions_with_low_cardinality: [ OK ] 0.87 sec.
2024-11-05 20:31:04 03006_mv_deduplication_throw_if_async_insert: [ OK ] 1.29 sec.
2024-11-05 20:31:04 03002_analyzer_prewhere: [ OK ] 1.05 sec.
2024-11-05 20:31:04 02999_scalar_subqueries_bug_2: [ OK ] 0.70 sec.
2024-11-05 20:31:04
2024-11-05 20:31:04 Running about 122 stateless tests (ForkPoolWorker-3).
2024-11-05 20:31:04
2024-11-05 20:31:04 03198_settings_in_csv_tsv_schema_cache: [ OK ] 4.01 sec.
2024-11-05 20:31:04 02997_projections_formatting: [ OK ] 0.71 sec.
2024-11-05 20:31:05 02995_bad_formatting_union_intersect: [ OK ] 0.78 sec.
2024-11-05 20:31:05 02990_format_not_precedence: [ OK ] 0.78 sec.
2024-11-05 20:31:05 02995_preliminary_filters_duplicated_columns: [ OK ] 0.79 sec.
2024-11-05 20:31:05 02988_join_using_prewhere_pushdown: [ OK ] 0.93 sec.
2024-11-05 20:31:05 03001_bad_error_message_higher_order_functions: [ OK ] 2.27 sec.
2024-11-05 20:31:06 02985_if_over_big_int_decimal: [ OK ] 1.12 sec.
2024-11-05 20:31:07 02982_unambiguous_alter_commands: [ OK ] 2.10 sec.
2024-11-05 20:31:07 02982_parallel_replicas_unexpected_cluster: [ OK ] 2.15 sec.
2024-11-05 20:31:07 02975_intdiv_with_decimal: [ OK ] 1.98 sec.
2024-11-05 20:31:07 02981_variant_type_function: [ OK ] 2.61 sec.
2024-11-05 20:31:08 02973_dictionary_table_exception_fix: [ OK ] 1.25 sec.
2024-11-05 20:31:08 02971_limit_by_distributed: [ OK ] 1.23 sec.
2024-11-05 20:31:08 02968_analyzer_join_column_not_found: [ OK ] 0.77 sec.
2024-11-05 20:31:08 03020_output_format_client: [ OK ] 6.73 sec.
2024-11-05 20:31:09 02968_mysql_prefer_column_name_to_alias: [ OK ] 1.57 sec.
2024-11-05 20:31:09 02967_index_hint_crash: [ OK ] 0.83 sec.
2024-11-05 20:31:09 02967_analyzer_fuzz: [ OK ] 0.94 sec.
2024-11-05 20:31:09 02962_indexHint_rpn_construction: [ OK ] 0.81 sec.
2024-11-05 20:31:10 02959_system_database_engines: [ OK ] 0.70 sec.
2024-11-05 20:31:10 02962_analyzer_constant_set: [ OK ] 0.92 sec.
2024-11-05 20:31:10 02954_analyzer_fuzz_i57086: [ OK ] 0.81 sec.
2024-11-05 20:31:10 02974_backup_query_format_null: [ OK ] 4.27 sec.
2024-11-05 20:31:10 03001_backup_matview_after_modify_query: [ OK ] 7.35 sec.
2024-11-05 20:31:11 02949_ttl_group_by_bug: [ OK ] 1.11 sec.
2024-11-05 20:31:11 02947_dropped_tables_parts: [ OK ] 1.00 sec.
2024-11-05 20:31:11 02963_test_flexible_disk_configuration: [ OK ] 3.07 sec.
2024-11-05 20:31:12 02950_reading_array_tuple_subcolumns: [ OK ] 2.30 sec.
2024-11-05 20:31:12 02949_parallel_replicas_in_subquery: [ OK ] 2.24 sec.
2024-11-05 20:31:12 02950_part_log_bytes_uncompressed: [ OK ] 2.96 sec.
2024-11-05 20:31:13 02935_ipv6_bit_operations: [ OK ] 0.73 sec.
2024-11-05 20:31:13 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 1.68 sec.
2024-11-05 20:31:13 02933_compare_with_bool_as_string: [ OK ] 0.75 sec.
2024-11-05 20:31:14 02950_parallel_replicas_used_count: [ OK ] 4.05 sec.
2024-11-05 20:31:14 02931_alter_materialized_view_query_inconsistent: [ OK ] 0.94 sec.
2024-11-05 20:31:15 02981_vertical_merges_memory_usage: [ OK ] 9.88 sec.
2024-11-05 20:31:16 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 1.95 sec.
2024-11-05 20:31:16 02943_order_by_all: [ OK ] 5.13 sec.
2024-11-05 20:31:17 02916_csv_infer_numbers_from_strings: [ OK ] 0.74 sec.
2024-11-05 20:31:17 02933_replicated_database_forbid_create_as_select: [ OK ] 4.54 sec.
2024-11-05 20:31:17 02918_gorilla_invalid_file: [ OK ] 2.24 sec.
2024-11-05 20:31:18 02916_distributed_skip_unavailable_shards: [ OK ] 1.04 sec.
2024-11-05 20:31:18 02932_query_settings_max_size_drop: [ OK ] 4.68 sec.
2024-11-05 20:31:18 02921_file_engine_size_virtual_column: [ OK ] 3.97 sec.
2024-11-05 20:31:18 02915_analyzer_fuzz_5: [ OK ] 0.98 sec.
2024-11-05 20:31:18 02911_analyzer_explain_estimate: [ OK ] 0.75 sec.
2024-11-05 20:31:20 02903_bug_43644: [ OK ] 1.09 sec.
2024-11-05 20:31:21 02902_select_subcolumns_from_engine_null: [ OK ] 0.92 sec.
2024-11-05 20:31:22 02915_fpc_overflow: [ OK ] 4.08 sec.
2024-11-05 20:31:22 02901_remove_nullable_crash_analyzer: [ OK ] 1.76 sec.
2024-11-05 20:31:23 02900_window_function_with_sparse_column: [ OK ] 1.01 sec.
2024-11-05 20:31:24 02898_parallel_replicas_custom_key_final: [ OK ] 1.16 sec.
2024-11-05 20:31:24 02915_sleep_large_uint: [ OK ] 6.54 sec.
2024-11-05 20:31:25 02908_Npy_files_caching: [ OK ] 6.53 sec.
2024-11-05 20:31:25 02890_describe_table_options: [ OK ] 1.09 sec.
2024-11-05 20:31:26 02897_alter_partition_parameters: [ OK ] 3.12 sec.
2024-11-05 20:31:27 02884_parquet_new_encodings: [ OK ] 2.12 sec.
2024-11-05 20:31:28 02916_replication_protocol_wait_for_part: [ OK ] 11.74 sec.
2024-11-05 20:31:29 02932_punycode: [ OK ] 15.41 sec.
2024-11-05 20:31:29 02890_untuple_column_names: [ OK ] 5.00 sec.
2024-11-05 20:31:30 02907_fromDaysSinceYearZero: [ OK ] 12.13 sec.
2024-11-05 20:31:31 02876_json_incomplete_types_as_strings_inference: [ OK ] 1.95 sec.
2024-11-05 20:31:32 02872_prewhere_filter: [ OK ] 2.54 sec.
2024-11-05 20:31:32 02883_array_scalar_mult_div_modulo: [ OK ] 4.90 sec.
2024-11-05 20:31:32 02871_join_on_system_errors: [ OK ] 1.66 sec.
2024-11-05 20:31:33 02884_string_distance_function: [ OK ] 8.25 sec.
2024-11-05 20:31:34 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 1.54 sec.
2024-11-05 20:31:34 02868_operator_is_not_distinct_from_priority: [ OK ] 1.45 sec.
2024-11-05 20:31:34 02871_clickhouse_client_restart_pager: [ OK ] 3.57 sec.
2024-11-05 20:31:35 02867_null_lc_in_bug: [ OK ] 1.90 sec.
2024-11-05 20:31:36 02862_sorted_distinct_sparse_fix: [ OK ] 2.18 sec.
2024-11-05 20:31:37 02860_distributed_flush_on_detach: [ OK ] 2.51 sec.
2024-11-05 20:31:37 02845_domain_rfc_support_ipv6: [ OK ] 1.98 sec.
2024-11-05 20:31:37 02883_zookeeper_finalize_stress: [ OK ] 10.71 sec.
2024-11-05 20:31:40 02844_table_function_url_filter_by_virtual_columns: [ OK ] 2.76 sec.
2024-11-05 20:31:40 02843_context_has_expired: [ OK ] 2.76 sec.
2024-11-05 20:31:40 02843_date_predicate_optimizations_bugs: [ OK ] 0.63 sec.
2024-11-05 20:31:41 02845_parquet_odd_decimals: [ OK ] 4.40 sec.
2024-11-05 20:31:41 02876_yyyymmddtodate: [ OK ] 12.06 sec.
2024-11-05 20:31:42 02864_restore_table_with_broken_part: [ OK ] 8.11 sec.
2024-11-05 20:31:42 02833_sparse_columns_tuple_function: [ OK ] 0.97 sec.
2024-11-05 20:31:42 02842_table_function_file_filter_by_virtual_columns: [ OK ] 2.75 sec.
2024-11-05 20:31:42 02832_transform_fixed_string_no_default: [ OK ] 0.82 sec.
2024-11-05 20:31:43 02814_create_index_uniq_noop: [ OK ] 0.56 sec.
2024-11-05 20:31:43 02842_filesystem_cache_validate_path: [ OK ] 2.65 sec.
2024-11-05 20:31:43 02864_statistic_exception: [ OK ] 9.47 sec.
2024-11-05 20:31:43 02833_tuple_concat: [ OK ] 2.62 sec.
2024-11-05 20:31:43 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 1.03 sec.
2024-11-05 20:31:46 02811_invalid_embedded_rocksdb_create: [ OK ] 2.35 sec.
2024-11-05 20:31:47 02810_row_binary_with_defaults: [ OK ] 0.88 sec.
2024-11-05 20:31:47 02811_csv_input_field_type_mismatch: [ OK ] 4.46 sec.
2024-11-05 20:31:48 02812_pointwise_array_operations: [ OK ] 5.19 sec.
2024-11-05 20:31:48 02809_prewhere_and_in: [ OK ] 1.62 sec.
2024-11-05 20:31:48 02813_seriesOutliersDetectTukey: [ OK ] 5.95 sec.
2024-11-05 20:31:49 02811_primary_key_in_columns: [ OK ] 5.20 sec.
2024-11-05 20:31:49 02792_drop_projection_lwd: [ OK ] 1.51 sec.
2024-11-05 20:31:50 02789_jit_cannot_convert_column: [ OK ] 0.90 sec.
2024-11-05 20:31:50 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 1.34 sec.
2024-11-05 20:31:50 02787_transform_null: [ OK ] 0.97 sec.
2024-11-05 20:31:50 02790_client_max_opening_fd: [ OK ] 2.10 sec.
2024-11-05 20:31:51 02785_left_anti_join_bug: [ OK ] 1.00 sec.
2024-11-05 20:31:51 02845_threads_count_in_distributed_queries: [ OK ] 13.89 sec.
2024-11-05 20:31:51 02785_global_join_too_many_columns: [ OK ] 1.32 sec.
2024-11-05 20:31:51 02803_backup_tmp_files: [ OK ] 3.90 sec.
2024-11-05 20:31:52 02783_parsedatetimebesteffort_syslog: [ OK ] 0.87 sec.
2024-11-05 20:31:52 02784_projections_read_in_order_bug: [ OK ] 1.44 sec.
2024-11-05 20:31:52 02771_if_constant_folding: [ OK ] 0.79 sec.
2024-11-05 20:31:53 02764_index_analysis_fix: [ OK ] 0.82 sec.
2024-11-05 20:31:53 02766_bitshift_with_const_arguments: [ OK ] 1.31 sec.
2024-11-05 20:31:53 02764_parallel_replicas_plain_merge_tree: [ OK ] 1.03 sec.
2024-11-05 20:31:54 02782_avro_decimals: [ OK ] 2.56 sec.
2024-11-05 20:31:56 02752_space_function: [ OK ] 2.99 sec.
2024-11-05 20:31:56 02751_protobuf_ipv6: [ OK ] 2.60 sec.
2024-11-05 20:31:57 02784_disable_async_with_dedup_correctly: [ OK ] 6.07 sec.
2024-11-05 20:31:57 02746_index_analysis_binary_operator_with_null: [ OK ] 0.90 sec.
2024-11-05 20:31:57 02735_array_map_array_of_tuples: [ OK ] 0.90 sec.
2024-11-05 20:31:58 02734_sparse_columns_short_circuit: [ OK ] 1.10 sec.
2024-11-05 20:31:58 02731_nothing_deserialization: [ OK ] 1.02 sec.
2024-11-05 20:32:00 02725_object_column_alter: [ OK ] 1.08 sec.
2024-11-05 20:32:00 02731_replace_partition_from_temporary_table: [ OK ] 2.88 sec.
2024-11-05 20:32:00 02810_async_insert_dedup_replicated_collapsing: [ OK ] 16.43 sec.
2024-11-05 20:32:00 02751_text_formats_bad_nullable_parsing: [ OK ] 6.56 sec.
2024-11-05 20:32:01 02730_with_fill_by_sorting_prefix: [ OK ] 2.64 sec.
2024-11-05 20:32:01 02720_row_policy_column_with_dots: [ OK ] 1.40 sec.
2024-11-05 20:32:02 02715_or_null: [ OK ] 0.94 sec.
2024-11-05 20:32:02 02724_persist_interval_type: [ OK ] 1.94 sec.
2024-11-05 20:32:02 02725_any_join_single_row: [ OK ] 2.26 sec.
2024-11-05 20:32:03 02714_date_date32_in: [ OK ] 0.85 sec.
2024-11-05 20:32:03 02723_param_exception_message_context: [ OK ] 2.53 sec.
2024-11-05 20:32:04 02707_analyzer_nested_lambdas_types: [ OK ] 1.28 sec.
2024-11-05 20:32:04 02711_server_uuid_macro: [ OK ] 2.30 sec.
2024-11-05 20:32:05 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 0.93 sec.
2024-11-05 20:32:05 02699_polygons_sym_difference_rollup: [ OK ] 1.02 sec.
2024-11-05 20:32:05 02710_protobuf_ipv4_date32: [ OK ] 3.47 sec.
2024-11-05 20:32:06 02705_settings_check_changed_flag: [ OK ] 3.02 sec.
2024-11-05 20:32:06 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 1.06 sec.
2024-11-05 20:32:06 02693_multiple_joins_in: [ OK ] 0.86 sec.
2024-11-05 20:32:06 02695_logical_optimizer_alias_bug: [ OK ] 0.97 sec.
2024-11-05 20:32:07 02687_native_fuzz: [ OK ] 1.17 sec.
2024-11-05 20:32:08 02680_datetime64_monotonic_check: [ OK ] 1.31 sec.
2024-11-05 20:32:08 02679_query_parameters_dangling_pointer: [ OK ] 1.46 sec.
2024-11-05 20:32:08 02678_explain_pipeline_graph_with_projection: [ OK ] 0.99 sec.
2024-11-05 20:32:08 02680_illegal_type_of_filter_projection: [ OK ] 1.86 sec.
2024-11-05 20:32:09 02714_async_inserts_empty_data: [ OK ] 7.07 sec.
2024-11-05 20:32:09 02675_grant_query_formatting: [ OK ] 1.41 sec.
2024-11-05 20:32:11 02597_column_delete_and_replication: [ OK ] 2.71 sec.
2024-11-05 20:32:14 02595_orc_arrow_parquet_more_types: [ OK ] 4.99 sec.
2024-11-05 20:32:14 02594_msgpack_more_types: [ OK ] 2.95 sec.
2024-11-05 20:32:16 02582_analyzer_join_subquery_empty_column_list: [ OK ] 1.79 sec.
2024-11-05 20:32:17 02584_compressor_codecs: [ OK ] 2.51 sec.
2024-11-05 20:32:18 02582_async_reading_with_small_limit: [ OK ] 1.25 sec.
2024-11-05 20:32:18 02941_variant_type_4: [ OK ] 66.30 sec.
2024-11-05 20:32:19 02579_fill_empty_chunk_analyzer: [ OK ] 0.82 sec.
2024-11-05 20:32:19 02578_ipv4_codec_t64: [ OK ] 0.61 sec.
2024-11-05 20:32:21 02575_merge_prewhere_materialized: [ OK ] 1.39 sec.
2024-11-05 20:32:22 02575_map_hashing_msan: [ OK ] 1.10 sec.
2024-11-05 20:32:22 02784_parallel_replicas_automatic_decision: [ OK ] 31.61 sec.
2024-11-05 20:32:23 02572_max_intersections: [ OK ] 0.65 sec.
2024-11-05 20:32:23 02581_width_bucket: [ OK ] 4.93 sec.
2024-11-05 20:32:24 02574_suspicious_low_cardinality_msan: [ OK ] 1.59 sec.
2024-11-05 20:32:25 02565_analyzer_limit_settings: [ OK ] 1.58 sec.
2024-11-05 20:32:26 02581_share_big_sets_between_mutation_tasks_with_storage_set: [ OK ] 8.91 sec.
2024-11-05 20:32:26 02571_local_desc_abort_on_twitter_json: [ OK ] 3.52 sec.
2024-11-05 20:32:29 02567_native_type_conversions: [ OK ] 6.15 sec.
2024-11-05 20:32:30 02560_count_digits: [ OK ] 1.21 sec.
2024-11-05 20:32:34 02560_window_ntile: [ OK ] 4.03 sec.
2024-11-05 20:32:37 02556_local_with_totals_and_extremes: [ OK ] 2.22 sec.
2024-11-05 20:32:37 02561_temporary_table_grants: [ OK ] 11.17 sec.
2024-11-05 20:32:38 02552_client_format_settings: [ OK ] 0.76 sec.
2024-11-05 20:32:39 02661_read_from_archive_tzst: [ OK ] 30.60 sec.
2024-11-05 20:32:40 02541_empty_function_support_ip: [ OK ] 1.16 sec.
2024-11-05 20:32:40 02661_read_from_archive_targz: [ OK ] 32.09 sec.
2024-11-05 20:32:41 02661_read_from_archive_tar: [ OK ] 32.51 sec.
2024-11-05 20:32:41 02539_generate_random_ip: [ OK ] 1.39 sec.
2024-11-05 20:32:42 02536_date_from_number_inference_fix: [ OK ] 0.89 sec.
2024-11-05 20:32:43 02538_alter_rename_sequence: [ OK ] 2.27 sec.
2024-11-05 20:32:43 02535_analyzer_limit_offset: [ OK ] 0.78 sec.
2024-11-05 20:32:44 02534_join_prewhere_bug: [ OK ] 1.54 sec.
2024-11-05 20:32:45 02526_kv_engine_different_filter_type: [ OK ] 1.29 sec.
2024-11-05 20:32:45 02561_sorting_constants_and_distinct_crash: [ OK ] 19.95 sec.
2024-11-05 20:32:45 02524_fuzz_and_fuss: [ OK ] 0.75 sec.
2024-11-05 20:32:45 02539_vertical_merge_compact_parts: [ OK ] 5.34 sec.
2024-11-05 20:32:46 02560_vertical_merge_memory_usage: [ OK ] 19.18 sec.
2024-11-05 20:32:46 02522_different_types_in_storage_merge: [ OK ] 0.98 sec.
2024-11-05 20:32:46 02515_tuple_lambda_parsing: [ OK ] 0.54 sec.
2024-11-05 20:32:46 02517_uuid_parsing: [ OK ] 0.86 sec.
2024-11-05 20:32:46 02514_tsv_zero_started_number: [ OK ] 0.65 sec.
2024-11-05 20:32:47 02503_in_lc_const_args_bug: [ OK ] 0.71 sec.
2024-11-05 20:32:48 02504_disallow_arrayjoin_in_mutations: [ OK ] 1.51 sec.
2024-11-05 20:32:48 02507_to_unix_timestamp_overflow: [ OK ] 1.60 sec.
2024-11-05 20:32:48 02503_join_switch_alias_fuzz: [ OK ] 0.84 sec.
2024-11-05 20:32:49 02499_escaped_quote_schema_inference: [ OK ] 0.72 sec.
2024-11-05 20:32:49 02499_analyzer_set_index: [ OK ] 1.10 sec.
2024-11-05 20:32:50 02498_random_string_in_json_schema_inference: [ OK ] 2.10 sec.
2024-11-05 20:32:52 02496_row_binary_large_string_size: [ OK ] 3.35 sec.
2024-11-05 20:32:53 02494_array_function_range: [ OK ] 1.02 sec.
2024-11-05 20:32:55 02493_analyzer_table_functions_untuple: [ OK ] 1.33 sec.
2024-11-05 20:32:55 02495_concat_with_separator: [ OK ] 4.69 sec.
2024-11-05 20:33:01 02516_projections_with_rollup: [ OK ] 15.02 sec.
2024-11-05 20:33:02 02550_client_connections_credentials: [ OK ] 23.76 sec.
2024-11-05 20:33:02 02493_inconsistent_hex_and_binary_number: [ OK ] 7.16 sec.
2024-11-05 20:33:02 02498_storage_join_key_positions: [ OK ] 13.50 sec.
2024-11-05 20:33:02 02555_davengers_rename_chain: [ OK ] 25.70 sec.
2024-11-05 20:33:03 02764_csv_trim_whitespaces: [ OK ] 69.72 sec.
2024-11-05 20:33:03 02487_create_index_normalize_functions: [ OK ] 1.00 sec.
2024-11-05 20:33:03 02482_execute_functions_before_sorting_bug: [ OK ] 0.91 sec.
2024-11-05 20:33:03 02481_default_value_used_in_row_level_filter: [ OK ] 1.02 sec.
2024-11-05 20:33:04 02493_max_streams_for_merge_tree_reading: [ OK ] 8.66 sec.
2024-11-05 20:33:04 02479_if_with_null_and_cullable_const: [ OK ] 0.76 sec.
2024-11-05 20:33:04 02480_analyzer_alias_nullptr: [ OK ] 1.22 sec.
2024-11-05 20:33:04 02479_nullable_primary_key_non_first_column: [ OK ] 1.26 sec.
2024-11-05 20:33:05 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 1.14 sec.
2024-11-05 20:33:06 02477_age: [ OK ] 2.41 sec.
2024-11-05 20:33:06 02477_age_datetime64: [ OK ] 2.02 sec.
2024-11-05 20:33:07 02476_query_parameters_without_serialisation: [ OK ] 1.15 sec.
2024-11-05 20:33:07 02475_analyzer_join_tree_subquery: [ OK ] 0.91 sec.
2024-11-05 20:33:07 02474_extract_fixedstring_from_json: [ OK ] 1.00 sec.
2024-11-05 20:33:09 02477_s3_request_throttler: [ OK ] 5.69 sec.
2024-11-05 20:33:09 02470_suspicious_low_cardinality_msan: [ OK ] 2.81 sec.
2024-11-05 20:33:10 02456_aggregate_state_conversion: [ OK ] 0.77 sec.
2024-11-05 20:33:11 02456_alter-nullable-column-bag: [ OK ] 1.14 sec.
2024-11-05 20:33:11 02455_extract_fixed_string_from_nested_json: [ OK ] 0.86 sec.
2024-11-05 20:33:12 02454_set_parameters_formatting: [ OK ] 1.56 sec.
2024-11-05 20:33:13 02457_tuple_of_intervals: [ OK ] 6.11 sec.
2024-11-05 20:33:13 02436_system_zookeeper_context: [ OK ] 1.11 sec.
2024-11-05 20:33:15 02429_combinators_in_array_reduce: [ OK ] 0.97 sec.
2024-11-05 20:33:15 02490_replacing_merge_tree_is_deleted_column: [ OK ] 13.76 sec.
2024-11-05 20:33:15 02429_low_cardinality_trash: [ OK ] 2.09 sec.
2024-11-05 20:33:17 02428_delete_with_settings: [ OK ] 2.27 sec.
2024-11-05 20:33:18 02428_index_analysis_with_null_literal: [ OK ] 3.16 sec.
2024-11-05 20:33:18 02428_combinators_with_over_statement: [ OK ] 1.22 sec.
2024-11-05 20:33:19 02426_pod_array_overflow_3: [ OK ] 1.11 sec.
2024-11-05 20:33:20 02477_invalid_reads: [ OK ] 15.87 sec.
2024-11-05 20:33:20 02426_orc_bug: [ OK ] 2.07 sec.
2024-11-05 20:33:22 02521_tsv_csv_custom_header_detection: [ OK ] 36.91 sec.
2024-11-05 20:33:22 02418_keeper_map_keys_limit: [ OK ] 2.43 sec.
2024-11-05 20:33:23 02414_all_new_table_functions_must_be_documented: [ OK ] 0.74 sec.
2024-11-05 20:33:23 02408_to_fixed_string_short_circuit: [ OK ] 0.66 sec.
2024-11-05 20:33:23 02422_insert_different_granularity: [ OK ] 3.13 sec.
2024-11-05 20:33:24 02444_async_broken_outdated_part_loading: [ OK ] 12.68 sec.
2024-11-05 20:33:24 02402_merge_engine_with_view: [ OK ] 1.09 sec.
2024-11-05 20:33:25 02383_schema_inference_hints: [ OK ] 0.75 sec.
2024-11-05 20:33:26 02383_array_signed_const_positive_index: [ OK ] 1.65 sec.
2024-11-05 20:33:26 02400_memory_accounting_on_error: [ OK ] 3.29 sec.
2024-11-05 20:33:27 02381_analyzer_join_final: [ OK ] 1.33 sec.
2024-11-05 20:33:28 02381_join_dup_columns_in_plan: [ OK ] 2.93 sec.
2024-11-05 20:33:29 02377_modify_column_from_lc: [ OK ] 2.67 sec.
2024-11-05 20:33:29 02376_analyzer_in_function_subquery: [ OK ] 1.84 sec.
2024-11-05 20:33:30 02377_optimize_sorting_by_input_stream_properties: [ OK ] 2.39 sec.
2024-11-05 20:33:32 02372_now_in_block: [ OK ] 2.22 sec.
2024-11-05 20:33:32 02374_analyzer_array_join: [ OK ] 3.05 sec.
2024-11-05 20:33:34 02366_kql_mvexpand: [ OK ] 1.98 sec.
2024-11-05 20:33:34 02370_analyzer_in_function: [ OK ] 2.43 sec.
2024-11-05 20:33:35 02364_window_case: [ OK ] 0.68 sec.
2024-11-05 20:33:41 02361_fsync_profile_events: [ OK ] 5.46 sec.
2024-11-05 20:33:43 02366_kql_func_ip: [ OK ] 8.93 sec.
2024-11-05 20:33:44 02358_file_default_value: [ OK ] 3.19 sec.
2024-11-05 20:33:45 02373_datetime64_monotonicity: [ OK ] 16.01 sec.
2024-11-05 20:33:47 02354_vector_search_default_granularity: [ OK ] 1.74 sec.
2024-11-05 20:33:51 02354_vector_search_queries: [ FAIL ] 7.40 sec. - result differs with reference:
2024-11-05 20:33:51 --- /usr/share/clickhouse-test/queries/0_stateless/02354_vector_search_queries.reference 2024-11-05 20:26:13.953509345 +0300
2024-11-05 20:33:51 +++ /tmp/clickhouse-test/0_stateless/02354_vector_search_queries.stdout 2024-11-05 20:33:51.251708591 +0300
2024-11-05 20:33:51 @@ -16,7 +16,7 @@
2024-11-05 20:33:51 6 [0,2.1] 0.09999990463256836
2024-11-05 20:33:51 7 [0,2.2] 0.20000004768371582
2024-11-05 20:33:51 - Annoy: WHERE-type, EXPLAIN
2024-11-05 20:33:51 -Expression ((Projection + Before ORDER BY))
2024-11-05 20:33:51 +Expression ((Project names + Projection))
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Expression
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_annoy)
2024-11-05 20:33:51 @@ -25,29 +25,19 @@
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 1/1
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: annoy GRANULARITY 100000000
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 1/1
2024-11-05 20:33:51 - Annoy: ORDER-BY-type, EXPLAIN
2024-11-05 20:33:51 -Expression (Projection)
2024-11-05 20:33:51 +Expression (Project names)
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Sorting (Sorting for ORDER BY)
2024-11-05 20:33:51 - Expression (Before ORDER BY)
2024-11-05 20:33:51 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_annoy)
2024-11-05 20:33:51 Indexes:
2024-11-05 20:33:51 PrimaryKey
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 1/1
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: annoy GRANULARITY 100000000
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 1/1
2024-11-05 20:33:51 - Usearch: WHERE-type, EXPLAIN
2024-11-05 20:33:51 -Expression ((Projection + Before ORDER BY))
2024-11-05 20:33:51 +Expression ((Project names + Projection))
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Expression
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_usearch)
2024-11-05 20:33:51 @@ -56,27 +46,17 @@
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 1/1
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: usearch GRANULARITY 100000000
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 1/1
2024-11-05 20:33:51 - Usearch: ORDER-BY-type, EXPLAIN
2024-11-05 20:33:51 -Expression (Projection)
2024-11-05 20:33:51 +Expression (Project names)
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Sorting (Sorting for ORDER BY)
2024-11-05 20:33:51 - Expression (Before ORDER BY)
2024-11-05 20:33:51 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_usearch)
2024-11-05 20:33:51 Indexes:
2024-11-05 20:33:51 PrimaryKey
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 1/1
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: usearch GRANULARITY 100000000
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 1/1
2024-11-05 20:33:51 ARRAY vectors, 12 rows, index_granularity = 3, GRANULARITY = 2 --> 4 granules, 2 indexed block
2024-11-05 20:33:51 - Annoy: WHERE-type
2024-11-05 20:33:51 6 [0,2] 0
2024-11-05 20:33:51 @@ -95,7 +75,7 @@
2024-11-05 20:33:51 7 [0,2.1] 0.09999990463256836
2024-11-05 20:33:51 8 [0,2.2] 0.20000004768371582
2024-11-05 20:33:51 - Annoy: WHERE-type, EXPLAIN
2024-11-05 20:33:51 -Expression ((Projection + Before ORDER BY))
2024-11-05 20:33:51 +Expression ((Project names + Projection))
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Expression
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_annoy)
2024-11-05 20:33:51 @@ -104,29 +84,19 @@
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 4/4
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: annoy GRANULARITY 2
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 1/4
2024-11-05 20:33:51 - Annoy: ORDER-BY-type, EXPLAIN
2024-11-05 20:33:51 -Expression (Projection)
2024-11-05 20:33:51 +Expression (Project names)
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Sorting (Sorting for ORDER BY)
2024-11-05 20:33:51 - Expression (Before ORDER BY)
2024-11-05 20:33:51 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_annoy)
2024-11-05 20:33:51 Indexes:
2024-11-05 20:33:51 PrimaryKey
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 4/4
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: annoy GRANULARITY 2
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 2/4
2024-11-05 20:33:51 - Usearch: WHERE-type, EXPLAIN
2024-11-05 20:33:51 -Expression ((Projection + Before ORDER BY))
2024-11-05 20:33:51 +Expression ((Project names + Projection))
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Expression
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_usearch)
2024-11-05 20:33:51 @@ -135,27 +105,17 @@
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 4/4
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: usearch GRANULARITY 2
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 1/4
2024-11-05 20:33:51 - Usearch: ORDER-BY-type, EXPLAIN
2024-11-05 20:33:51 -Expression (Projection)
2024-11-05 20:33:51 +Expression (Project names)
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Sorting (Sorting for ORDER BY)
2024-11-05 20:33:51 - Expression (Before ORDER BY)
2024-11-05 20:33:51 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_usearch)
2024-11-05 20:33:51 Indexes:
2024-11-05 20:33:51 PrimaryKey
2024-11-05 20:33:51 Condition: true
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 4/4
2024-11-05 20:33:51 - Skip
2024-11-05 20:33:51 - Name: idx
2024-11-05 20:33:51 - Description: usearch GRANULARITY 2
2024-11-05 20:33:51 - Parts: 1/1
2024-11-05 20:33:51 - Granules: 2/4
2024-11-05 20:33:51 TUPLE vectors and special cases
2024-11-05 20:33:51 - Annoy: WHERE-type
2024-11-05 20:33:51 0 (4.6,2.3) 0.5527864045000421
2024-11-05 20:33:51 @@ -163,24 +123,27 @@
2024-11-05 20:33:51 2 (4.2,3.4) 0.37080174340866845
2024-11-05 20:33:51 - Annoy: ORDER-BY-type
2024-11-05 20:33:51 6 (1,9.3) 0.005731362878640178
2024-11-05 20:33:51 +4 (2.4,5.2) 0.09204062768384846
2024-11-05 20:33:51 1 (2,3.2) 0.15200169244542905
2024-11-05 20:33:51 -7 (5.5,4.7) 0.3503476876550442
2024-11-05 20:33:51 - Usearch: WHERE-type
2024-11-05 20:33:51 0 (4.6,2.3) 0.5527864045000421
2024-11-05 20:33:51 1 (2,3.2) 0.15200169244542905
2024-11-05 20:33:51 2 (4.2,3.4) 0.37080174340866845
2024-11-05 20:33:51 - Usearch: ORDER-BY-type
2024-11-05 20:33:51 6 (1,9.3) 0.005731362878640178
2024-11-05 20:33:51 +4 (2.4,5.2) 0.09204062768384846
2024-11-05 20:33:51 1 (2,3.2) 0.15200169244542905
2024-11-05 20:33:51 -7 (5.5,4.7) 0.3503476876550442
2024-11-05 20:33:51 - Special case: MaximumDistance is negative
2024-11-05 20:33:51 - Special case: MaximumDistance is negative
2024-11-05 20:33:51 - Special case: setting "annoy_index_search_k_nodes"
2024-11-05 20:33:51 +6 (1,9.3) 0.005731362878640178
2024-11-05 20:33:51 +4 (2.4,5.2) 0.09204062768384846
2024-11-05 20:33:51 +1 (2,3.2) 0.15200169244542905
2024-11-05 20:33:51 - Special case: setting "max_limit_for_ann_queries"
2024-11-05 20:33:51 -Expression (Projection)
2024-11-05 20:33:51 +Expression (Project names)
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Sorting (Sorting for ORDER BY)
2024-11-05 20:33:51 - Expression (Before ORDER BY)
2024-11-05 20:33:51 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_annoy)
2024-11-05 20:33:51 Indexes:
2024-11-05 20:33:51 PrimaryKey
2024-11-05 20:33:51 @@ -188,10 +151,10 @@
2024-11-05 20:33:51 Parts: 1/1
2024-11-05 20:33:51 Granules: 4/4
2024-11-05 20:33:51 - Special case: setting "max_limit_for_ann_queries"
2024-11-05 20:33:51 -Expression (Projection)
2024-11-05 20:33:51 +Expression (Project names)
2024-11-05 20:33:51 Limit (preliminary LIMIT (without OFFSET))
2024-11-05 20:33:51 Sorting (Sorting for ORDER BY)
2024-11-05 20:33:51 - Expression (Before ORDER BY)
2024-11-05 20:33:51 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2024-11-05 20:33:51 ReadFromMergeTree (default.tab_usearch)
2024-11-05 20:33:51 Indexes:
2024-11-05 20:33:51 PrimaryKey
2024-11-05 20:33:51
2024-11-05 20:33:51
2024-11-05 20:33:51 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 576989 --group_by_two_level_threshold_bytes 45833575 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11716783 --max_read_buffer_size 732195 --prefer_localhost_replica 1 --max_block_size 8545 --max_threads 44 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 55 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 2940904 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 3034003228 --min_bytes_to_use_mmap_io 4828708442 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 1 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2622937800 --min_compress_block_size 1321382 --max_compress_block_size 1748109 --merge_tree_compact_parts_min_granules_to_multibuffer_read 86 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8870976 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --prefer_warmed_unmerged_parts_seconds 8 --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.95
2024-11-05 20:33:51
2024-11-05 20:33:51 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.5893774021396475 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 5887697 --merge_max_block_size 4914 --index_granularity 30165 --min_bytes_for_wide_part 849815888 --marks_compress_block_size 95556 --primary_key_compress_block_size 68823 --replace_long_file_name_to_hash 1 --max_file_name_length 33 --min_bytes_for_full_part_storage 148809985 --compact_parts_max_bytes_to_buffer 56172564 --compact_parts_max_granules_to_buffer 232 --compact_parts_merge_max_bytes_to_prefetch_part 32757693 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 65 --old_parts_lifetime 480
2024-11-05 20:33:51
2024-11-05 20:33:51 Database: test_knbo6r17
2024-11-05 20:33:52 02353_isnullable: [ OK ] 0.97 sec.
2024-11-05 20:33:53 02354_parse_timedelta: [ OK ] 9.21 sec.
2024-11-05 20:33:54 02347_rank_corr_nan: [ OK ] 0.74 sec.
2024-11-05 20:33:54 02351_Map_combinator_dist: [ OK ] 2.34 sec.
2024-11-05 20:33:55 02346_inverted_index_bug47393: [ OK ] 1.27 sec.
2024-11-05 20:33:56 02346_inverted_index_bug52019: [ OK ] 1.74 sec.
2024-11-05 20:33:57 02346_inverted_index_match_predicate: [ OK ] 1.57 sec.
2024-11-05 20:33:58 02343_group_by_use_nulls: [ OK ] 1.27 sec.
2024-11-05 20:34:00 02344_distinct_limit_distiributed: [ OK ] 3.61 sec.
2024-11-05 20:34:00 02342_window_view_different_struct: [ OK ] 1.95 sec.
2024-11-05 20:34:01 02340_analyzer_functions: [ OK ] 1.18 sec.
2024-11-05 20:34:02 02326_numbers_from_json_strings_schema_inference: [ OK ] 1.03 sec.
2024-11-05 20:34:03 02337_join_analyze_stuck: [ OK ] 2.72 sec.
2024-11-05 20:34:05 02319_dict_get_check_arguments_size: [ OK ] 2.69 sec.
2024-11-05 20:34:05 02423_ddl_for_opentelemetry: [ OK ] 45.53 sec.
2024-11-05 20:34:06 02316_values_table_func_bug: [ OK ] 0.79 sec.
2024-11-05 20:34:08 02312_parquet_orc_arrow_names_tuples: [ OK ] 1.99 sec.
2024-11-05 20:34:09 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 3.89 sec.
2024-11-05 20:34:10 02354_vector_search_bugs: [ OK ] 22.83 sec.
2024-11-05 20:34:11 02311_create_table_with_unknown_format: [ OK ] 3.50 sec.
2024-11-05 20:34:11 02311_range_hashed_dictionary_range_cast: [ OK ] 1.12 sec.
2024-11-05 20:34:12 02304_grouping_set_order_by: [ OK ] 0.81 sec.
2024-11-05 20:34:13 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 1.36 sec.
2024-11-05 20:34:13 02311_system_zookeeper_insert: [ OK ] 4.00 sec.
2024-11-05 20:34:13 02296_nullable_arguments_in_array_filter: [ OK ] 0.89 sec.
2024-11-05 20:34:14 02473_multistep_split_prewhere: [ OK ] 66.96 sec.
2024-11-05 20:34:14 02294_system_certificates: [ OK ] 0.67 sec.
2024-11-05 20:34:14 02294_optimize_aggregation_in_order_prefix_Array_functions: [ OK ] 1.16 sec.
2024-11-05 20:34:14 02295_GROUP_BY_AggregateFunction: [ OK ] 1.57 sec.
2024-11-05 20:34:17 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.69 sec.
2024-11-05 20:34:17 02286_tuple_numeric_identifier: [ OK ] 2.11 sec.
2024-11-05 20:34:17 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-11-05 20:34:17 02389_analyzer_nested_lambda: [ OK ] 53.52 sec.
2024-11-05 20:34:17 02293_http_header_full_summary_without_progress: [ OK ] 2.68 sec.
2024-11-05 20:34:17 02271_temporary_table_show_rows_bytes: [ OK ] 0.73 sec.
2024-11-05 20:34:18 02293_grouping_function_group_by: [ OK ] 4.57 sec.
2024-11-05 20:34:18 02280_add_query_level_settings: [ OK ] 1.47 sec.
2024-11-05 20:34:19 02269_to_start_of_interval_overflow: [ OK ] 1.16 sec.
2024-11-05 20:34:20 02267_type_inference_for_insert_into_function_null: [ OK ] 1.02 sec.
2024-11-05 20:34:20 02267_insert_empty_data: [ OK ] 0.71 sec.
2024-11-05 20:34:21 02428_parameterized_view: [ OK ] 65.82 sec.
2024-11-05 20:34:22 02267_empty_arrays_read_reverse: [ OK ] 3.51 sec.
2024-11-05 20:34:23 02267_special_operator_parse_alias_check: [ OK ] 2.83 sec.
2024-11-05 20:34:24 02267_join_dup_columns_issue36199: [ OK ] 2.57 sec.
2024-11-05 20:34:25 02267_file_globs_schema_inference: [ OK ] 7.04 sec.
2024-11-05 20:34:26 02265_column_ttl: [ OK ] 4.12 sec.
2024-11-05 20:34:27 02245_s3_virtual_columns: [ OK ] 1.31 sec.
2024-11-05 20:34:28 02246_clickhouse_local_drop_database: [ OK ] 3.00 sec.
2024-11-05 20:34:29 02250_ON_CLUSTER_grant: [ OK ] 4.90 sec.
2024-11-05 20:34:29 02245_s3_schema_desc: [ OK ] 1.54 sec.
2024-11-05 20:34:29 02270_errors_in_files: [ OK ] 12.30 sec.
2024-11-05 20:34:30 02242_if_then_else_null_bug: [ OK ] 0.88 sec.
2024-11-05 20:34:32 02242_make_date_mysql: [ OK ] 3.35 sec.
2024-11-05 20:34:33 02241_short_circuit_short_column: [ OK ] 0.86 sec.
2024-11-05 20:34:34 02240_asof_join_biginteger: [ OK ] 0.99 sec.
2024-11-05 20:34:35 02243_make_date32: [ OK ] 6.06 sec.
2024-11-05 20:34:35 02254_projection_broken_part: [ OK ] 11.70 sec.
2024-11-05 20:34:35 02245_make_datetime64: [ OK ] 7.06 sec.
2024-11-05 20:34:36 02236_json_each_row_empty_map_schema_inference: [ OK ] 0.76 sec.
2024-11-05 20:34:36 02233_with_total_empty_chunk: [ OK ] 0.94 sec.
2024-11-05 20:34:36 02232_partition_pruner_mixed_constant_type: [ OK ] 0.97 sec.
2024-11-05 20:34:38 02481_async_insert_dedup_token: [ OK ] 95.27 sec.
2024-11-05 20:34:38 02241_parquet_bad_column: [ OK ] 7.70 sec.
2024-11-05 20:34:38 02231_hierarchical_dictionaries_constant: [ OK ] 2.34 sec.
2024-11-05 20:34:39 02212_h3_get_pentagon_indexes: [ OK ] 1.69 sec.
2024-11-05 20:34:40 02192_comment: [ OK ] 0.90 sec.
2024-11-05 20:34:41 02317_distinct_in_order_optimization_explain: [ OK ] 38.32 sec.
2024-11-05 20:34:41 02205_map_populate_series_non_const: [ OK ] 3.41 sec.
2024-11-05 20:34:43 02210_processors_profile_log: [ OK ] 4.88 sec.
2024-11-05 20:34:43 02186_range_hashed_dictionary_intersecting_intervals: [ OK ] 1.71 sec.
2024-11-05 20:34:44 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 0.93 sec.
2024-11-05 20:34:44 02180_group_by_lowcardinality: [ OK ] 0.79 sec.
2024-11-05 20:34:44 02237_lzma_bug: [ OK ] 9.53 sec.
2024-11-05 20:34:44 02192_comment_error: [ OK ] 3.74 sec.
2024-11-05 20:34:45 02229_client_stop_multiquery_in_SIGINT: [ OK ] 8.60 sec.
2024-11-05 20:34:45 02179_range_hashed_dictionary_invalid_interval: [ OK ] 1.29 sec.
2024-11-05 20:34:45 02176_toStartOfWeek_overflow_pruning: [ OK ] 1.12 sec.
2024-11-05 20:34:45 02177_merge_optimize_aggregation_in_order: [ OK ] 1.25 sec.
2024-11-05 20:34:46 02183_combinator_if: [ OK ] 4.38 sec.
2024-11-05 20:34:46 02160_h3_cell_area_m2: [ OK ] 1.19 sec.
2024-11-05 20:34:46 02162_array_first_last_index: [ OK ] 1.34 sec.
2024-11-05 20:34:47 02155_nested_lc_defalut_bug: [ OK ] 0.99 sec.
2024-11-05 20:34:48 02152_dictionary_date32_type: [ OK ] 1.05 sec.
2024-11-05 20:34:48 02176_dict_get_has_implicit_key_cast: [ OK ] 3.41 sec.
2024-11-05 20:34:48 02150_replace_regexp_all_empty_match: [ OK ] 0.78 sec.
2024-11-05 20:34:48 02158_proportions_ztest_cmp: [ OK ] 2.82 sec.
2024-11-05 20:34:49 02221_parallel_replicas_bug: [ OK ] 12.20 sec.
2024-11-05 20:34:49 02146_mv_non_phys: [ OK ] 1.08 sec.
2024-11-05 20:34:50 02174_cte_scalar_cache: [ OK ] 4.75 sec.
2024-11-05 20:34:50 02136_scalar_progress: [ OK ] 1.50 sec.
2024-11-05 20:34:51 02141_clickhouse_local_interactive_table: [ OK ] 2.73 sec.
2024-11-05 20:34:51 02133_distributed_queries_formatting: [ OK ] 0.83 sec.
2024-11-05 20:34:51 02135_local_create_db: [ OK ] 2.52 sec.
2024-11-05 20:34:53 02154_bit_slice_for_fixedstring: [ OK ] 6.86 sec.
2024-11-05 20:34:55 02125_dict_get_type_nullable_fix: [ OK ] 1.91 sec.
2024-11-05 20:34:57 02131_used_row_policies_in_query_log: [ OK ] 6.05 sec.
2024-11-05 20:34:58 02126_fix_filelog: [ OK ] 6.74 sec.
2024-11-05 20:34:58 02124_encrypt_decrypt_nullable: [ OK ] 1.30 sec.
2024-11-05 20:34:59 02149_schema_inference_formats_with_schema_3: [ OK ] 10.86 sec.
2024-11-05 20:35:00 02134_async_inserts_formats: [ OK ] 10.29 sec.
2024-11-05 20:35:01 02124_insert_deduplication_token_replica: [ OK ] 3.46 sec.
2024-11-05 20:35:08 02122_parallel_formatting_JSONEachRow: [ OK ] 9.43 sec.
2024-11-05 20:35:09 02125_lz4_compression_bug_TSKV: [ OK ] 17.13 sec.
2024-11-05 20:35:13 02119_sumcount: [ OK ] 4.04 sec.
2024-11-05 20:35:14 02113_untuple_func_alias: [ OK ] 0.81 sec.
2024-11-05 20:35:15 02122_parallel_formatting_Values: [ OK ] 14.60 sec.
2024-11-05 20:35:15 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 13.49 sec.
2024-11-05 20:35:16 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 21.02 sec.
2024-11-05 20:35:17 02111_global_context_temporary_tables: [ OK ] 2.90 sec.
2024-11-05 20:35:18 02122_parallel_formatting_TSVWithNames: [ OK ] 9.66 sec.
2024-11-05 20:35:18 02096_totals_global_in_bug: [ OK ] 1.17 sec.
2024-11-05 20:35:19 02096_date_time_1970_saturation: [ OK ] 2.02 sec.
2024-11-05 20:35:19 02097_remove_sample_by: [ OK ] 3.67 sec.
2024-11-05 20:35:19 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 0.97 sec.
2024-11-05 20:35:19 02122_parallel_formatting_Pretty: [ OK ] 20.19 sec.
2024-11-05 20:35:20 02050_clickhouse_local_parsing_exception: [ OK ] 2.05 sec.
2024-11-05 20:35:20 02045_like_function: [ OK ] 1.03 sec.
2024-11-05 20:35:21 02042_map_get_non_const_key: [ OK ] 0.74 sec.
2024-11-05 20:35:21 02032_short_circuit_least_greatest_bug: [ OK ] 0.79 sec.
2024-11-05 20:35:21 02049_clickhouse_local_merge_tree: [ OK ] 2.53 sec.
2024-11-05 20:35:23 02031_format_query_option: [ OK ] 1.63 sec.
2024-11-05 20:35:23 02029_quantile_sanitizer: [ OK ] 2.01 sec.
2024-11-05 20:35:23 02025_subcolumns_compact_parts: [ OK ] 2.16 sec.
2024-11-05 20:35:24 02274_full_sort_join_nodistinct: [ OK ] 67.00 sec.
2024-11-05 20:35:24 02024_create_dictionary_with_comment: [ OK ] 1.03 sec.
2024-11-05 20:35:24 02019_multiple_weird_with_fill: [ OK ] 0.80 sec.
2024-11-05 20:35:27 02017_columns_with_dot: [ OK ] 2.58 sec.
2024-11-05 20:35:28 02021_map_bloom_filter_index: [ OK ] 4.13 sec.
2024-11-05 20:35:29 02013_bloom_filter_hasAll: [ OK ] 4.07 sec.
2024-11-05 20:35:29 02013_emptystring_cast: [ OK ] 2.66 sec.
2024-11-05 20:35:31 02010_array_index_bad_cast: [ OK ] 2.30 sec.
2024-11-05 20:35:32 02009_array_join_partition: [ OK ] 2.04 sec.
2024-11-05 20:35:33 02006_use_constants_in_with_and_select: [ OK ] 1.22 sec.
2024-11-05 20:35:38 02047_log_family_data_file_sizes: [ OK ] 18.39 sec.
2024-11-05 20:35:38 02047_log_family_complex_structs_data_file_dumps: [ OK ] 18.54 sec.
2024-11-05 20:35:38 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 5.47 sec.
2024-11-05 20:35:39 01948_group_bitmap_and_or_xor_fix: [ OK ] 1.21 sec.
2024-11-05 20:35:40 02023_storage_filelog: [ OK ] 16.91 sec.
2024-11-05 20:35:40 01949_heredoc_unfinished: [ OK ] 2.67 sec.
2024-11-05 20:35:42 01940_custom_tld_sharding_key: [ OK ] 1.72 sec.
2024-11-05 20:35:46 02011_tuple_vector_functions: [ OK ] 18.35 sec.
2024-11-05 20:35:48 01925_jit_aggregation_function_count_long: [ OK ] 1.32 sec.
2024-11-05 20:35:48 01939_network_receive_bytes_metrics: [ OK ] 7.64 sec.
2024-11-05 20:35:49 01925_date_date_time_comparison: [ OK ] 1.01 sec.
2024-11-05 20:35:50 01927_query_views_log_current_database: [ OK ] 7.51 sec.
2024-11-05 20:35:50 01925_merge_prewhere_table: [ OK ] 2.24 sec.
2024-11-05 20:35:51 01913_fix_column_transformer_replace_format: [ OK ] 1.04 sec.
2024-11-05 20:35:52 02004_max_hyperscan_regex_length: [ OK ] 20.24 sec.
2024-11-05 20:35:52 01891_partition_by_uuid: [ OK ] 1.16 sec.
2024-11-05 20:35:53 01923_ttl_with_modify_column: [ OK ] 3.44 sec.
2024-11-05 20:35:53 01892_setting_limit_offset_distributed: [ OK ] 2.74 sec.
2024-11-05 20:35:55 01881_create_as_tuple: [ OK ] 1.80 sec.
2024-11-05 20:35:56 01868_order_by_fill_with_datetime64: [ OK ] 1.10 sec.
2024-11-05 20:35:57 01889_clickhouse_client_config_format: [ OK ] 4.53 sec.
2024-11-05 20:35:58 01865_aggregator_overflow_row: [ OK ] 1.15 sec.
2024-11-05 20:36:00 01946_profile_sleep: [ OK ] 20.29 sec.
2024-11-05 20:36:00 01853_s2_cells_intersect: [ OK ] 1.86 sec.
2024-11-05 20:36:00 01852_s2_get_neighbours: [ OK ] 0.70 sec.
2024-11-05 20:36:01 01851_hedged_connections_external_tables: [ OK ] 1.02 sec.
2024-11-05 20:36:04 01866_view_persist_settings: [ OK ] 7.86 sec.
2024-11-05 20:36:04 01871_merge_tree_compile_expressions: [ OK ] 10.95 sec.
2024-11-05 20:36:05 01846_alter_column_without_type_bugfix: [ OK ] 1.13 sec.
2024-11-05 20:36:06 01838_system_dictionaries_virtual_key_column: [ OK ] 1.23 sec.
2024-11-05 20:36:07 01848_partition_value_column: [ OK ] 4.21 sec.
2024-11-05 20:36:08 01849_geoToS2: [ OK ] 7.63 sec.
2024-11-05 20:36:09 01835_alias_to_primary_key_cyfdecyf: [ OK ] 3.49 sec.
2024-11-05 20:36:11 01825_type_json_18: [ OK ] 2.15 sec.
2024-11-05 20:36:13 01825_type_json_partitions: [ OK ] 1.27 sec.
2024-11-05 20:36:13 01881_join_on_conditions_merge: [ OK ] 20.75 sec.
2024-11-05 20:36:17 01825_type_json_16: [ OK ] 8.67 sec.
2024-11-05 20:36:20 01825_type_json_schema_inference: [ OK ] 13.40 sec.
2024-11-05 20:36:21 01825_type_json_in_other_types: [ OK ] 13.27 sec.
2024-11-05 20:36:22 02150_index_hypothesis_race_long: [ OK ] 93.82 sec.
2024-11-05 20:36:22 01822_union_and_constans_error: [ OK ] 1.31 sec.
2024-11-05 20:36:22 01825_type_json_5: [ OK ] 1.81 sec.
2024-11-05 20:36:23 01825_type_json_8: [ OK ] 9.91 sec.
2024-11-05 20:36:23 01825_type_json_7: [ OK ] 6.32 sec.
2024-11-05 20:36:24 01804_uniq_up_to_ubsan: [ OK ] 1.52 sec.
2024-11-05 20:36:24 01802_rank_corr_mann_whitney_over_window: [ OK ] 1.77 sec.
2024-11-05 20:36:24 01802_formatDateTime_DateTime64_century: [ OK ] 1.39 sec.
2024-11-05 20:36:25 01798_having_push_down: [ OK ] 1.56 sec.
2024-11-05 20:36:25 01796_Log_rwlock_ub: [ OK ] 1.22 sec.
2024-11-05 20:36:26 01811_storage_buffer_flush_parameters: [ OK ] 4.29 sec.
2024-11-05 20:36:26 01790_dist_INSERT_block_structure_mismatch_types_and_names: [ OK ] 1.59 sec.
2024-11-05 20:36:26 01787_arena_assert_column_nothing: [ OK ] 0.77 sec.
2024-11-05 20:36:28 01785_pmj_lc_bug: [ OK ] 1.80 sec.
2024-11-05 20:36:29 01954_clickhouse_benchmark_multiple_long: [ OK ] 51.11 sec.
2024-11-05 20:36:30 01784_parallel_formatting_memory: [ OK ] 3.54 sec.
2024-11-05 20:36:30 01781_token_extractor_buffer_overflow: [ OK ] 2.06 sec.
2024-11-05 20:36:31 01780_column_sparse_filter: [ OK ] 1.94 sec.
2024-11-05 20:36:31 01774_bar_with_illegal_value: [ OK ] 1.21 sec.
2024-11-05 20:36:32 01773_min_max_time_system_parts_datetime64: [ OK ] 1.19 sec.
2024-11-05 20:36:32 01780_column_sparse_pk: [ OK ] 2.62 sec.
2024-11-05 20:36:32 01770_extended_range_3: [ OK ] 1.11 sec.
2024-11-05 20:36:33 01768_extended_range: [ OK ] 0.92 sec.
2024-11-05 20:36:33 01769_extended_range_2: [ OK ] 1.10 sec.
2024-11-05 20:36:33 01785_parallel_formatting_memory: [ OK ] 7.83 sec.
2024-11-05 20:36:34 01766_todatetime64_no_timezone_arg: [ OK ] 0.74 sec.
2024-11-05 20:36:34 01781_merge_tree_deduplication: [ OK ] 8.08 sec.
2024-11-05 20:36:35 01767_timezoneOf: [ OK ] 2.19 sec.
2024-11-05 20:36:35 01748_partition_id_pruning: [ OK ] 2.12 sec.
2024-11-05 20:36:37 01736_null_as_default: [ OK ] 1.23 sec.
2024-11-05 20:36:37 01746_long_zlib_http_compression_json_format: [ OK ] 3.34 sec.
2024-11-05 20:36:38 01732_union_and_union_all: [ OK ] 1.00 sec.
2024-11-05 20:36:38 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 3.57 sec.
2024-11-05 20:36:38 01739_index_hint: [ OK ] 3.74 sec.
2024-11-05 20:36:39 01720_union_distinct_with_limit: [ OK ] 0.78 sec.
2024-11-05 20:36:39 01799_long_uniq_theta_sketch: [ OK ] 15.69 sec.
2024-11-05 20:36:40 02099_tsv_raw_format: [ OK ] 84.69 sec.
2024-11-05 20:36:41 01715_table_function_view_fix: [ OK ] 1.67 sec.
2024-11-05 20:36:41 01716_drop_rename_sign_column: [ OK ] 2.82 sec.
2024-11-05 20:36:41 01714_alter_drop_version: [ OK ] 2.14 sec.
2024-11-05 20:36:42 01710_minmax_count_projection_constant_query: [ OK ] 0.91 sec.
2024-11-05 20:36:42 01710_force_use_projection: [ OK ] 1.78 sec.
2024-11-05 20:36:42 01763_long_ttl_group_by: [ OK ] 8.73 sec.
2024-11-05 20:36:42 01710_normal_projection_format: [ OK ] 0.93 sec.
2024-11-05 20:36:43 01710_projection_with_column_transformers: [ OK ] 0.95 sec.
2024-11-05 20:36:43 01710_minmax_count_projection_distributed_query: [ OK ] 1.02 sec.
2024-11-05 20:36:43 01710_projection_with_mixed_pipeline: [ OK ] 1.24 sec.
2024-11-05 20:36:43 01710_minmax_count_projection_modify_partition_key: [ OK ] 1.23 sec.
2024-11-05 20:36:45 01701_clear_projection_and_part_remove: [ OK ] 1.84 sec.
2024-11-05 20:36:45 01691_DateTime64_clamp: [ OK ] 1.32 sec.
2024-11-05 20:36:46 01683_intdiv_ubsan: [ OK ] 1.04 sec.
2024-11-05 20:36:47 01710_query_log_with_projection_info: [ OK ] 4.17 sec.
2024-11-05 20:36:47 01683_dist_INSERT_block_structure_mismatch: [ OK ] 1.14 sec.
2024-11-05 20:36:47 01686_rocksdb: [ OK ] 2.77 sec.
2024-11-05 20:36:48 01682_gather_utils_ubsan: [ OK ] 1.12 sec.
2024-11-05 20:36:49 01674_unicode_asan: [ OK ] 1.23 sec.
2024-11-05 20:36:49 01673_test_toMinute_mysql_dialect: [ OK ] 0.64 sec.
2024-11-05 20:36:49 01720_country_perimeter_and_area: [ OK ] 11.42 sec.
2024-11-05 20:36:49 01670_test_repeat_mysql_dialect: [ OK ] 0.66 sec.
2024-11-05 20:36:50 01681_bloom_filter_nullable_column: [ OK ] 2.46 sec.
2024-11-05 20:36:50 01668_avg_weighted_ubsan: [ OK ] 0.90 sec.
2024-11-05 20:36:50 01666_date_lut_buffer_overflow: [ OK ] 0.74 sec.
2024-11-05 20:36:51 01665_substring_ubsan: [ OK ] 0.73 sec.
2024-11-05 20:36:53 01660_join_or_inner: [ OK ] 2.17 sec.
2024-11-05 20:36:56 01666_gcd_ubsan: [ OK ] 6.75 sec.
2024-11-05 20:36:56 01666_lcm_ubsan: [ OK ] 6.92 sec.
2024-11-05 20:36:57 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.74 sec.
2024-11-05 20:36:58 01655_sleep_infinite_float: [ OK ] 1.46 sec.
2024-11-05 20:36:58 01655_window_functions_bug: [ OK ] 0.81 sec.
2024-11-05 20:36:58 01660_join_or_all: [ OK ] 5.21 sec.
2024-11-05 20:36:59 01655_agg_if_nullable: [ OK ] 0.85 sec.
2024-11-05 20:37:00 01646_fix_window_funnel_inconistency: [ OK ] 1.35 sec.
2024-11-05 20:37:00 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 0.70 sec.
2024-11-05 20:37:01 01662_date_ubsan: [ OK ] 10.37 sec.
2024-11-05 20:37:01 01626_cnf_test: [ OK ] 1.13 sec.
2024-11-05 20:37:01 01616_untuple_access_field: [ OK ] 0.67 sec.
2024-11-05 20:37:02 01825_type_json_ghdata_insert_select: [ OK ] 48.63 sec.
2024-11-05 20:37:02 01615_two_args_function_index_fix: [ OK ] 1.22 sec.
2024-11-05 20:37:03 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 19.99 sec.
2024-11-05 20:37:03 01648_mutations_and_escaping: [ OK ] 5.22 sec.
2024-11-05 20:37:04 01603_remove_column_ttl: [ OK ] 2.07 sec.
2024-11-05 20:37:04 01601_proxy_protocol: [ OK ] 1.63 sec.
2024-11-05 20:37:05 01600_min_max_compress_block_size: [ OK ] 1.20 sec.
2024-11-05 20:37:05 01710_projections_optimize_aggregation_in_order: [ OK ] 21.97 sec.
2024-11-05 20:37:05 01603_decimal_mult_float: [ OK ] 2.68 sec.
2024-11-05 20:37:06 01592_toUnixTimestamp_Date: [ OK ] 1.24 sec.
2024-11-05 20:37:07 01580_column_const_comparision: [ OK ] 0.84 sec.
2024-11-05 20:37:07 01585_use_index_for_global_in: [ OK ] 2.17 sec.
2024-11-05 20:37:10 01600_quota_by_forwarded_ip: [ OK ] 6.28 sec.
2024-11-05 20:37:12 01562_optimize_monotonous_functions_in_order_by: [ OK ] 1.95 sec.
2024-11-05 20:37:13 01632_tinylog_read_write: [ OK ] 13.33 sec.
2024-11-05 20:37:13 01561_aggregate_functions_of_key_with_join: [ OK ] 0.98 sec.
2024-11-05 20:37:14 01558_enum_as_num_in_tsv_csv_input: [ OK ] 1.34 sec.
2024-11-05 20:37:15 01576_alter_low_cardinality_and_select: [ OK ] 8.54 sec.
2024-11-05 20:37:16 01558_transform_null_in: [ OK ] 2.45 sec.
2024-11-05 20:37:16 01551_mergetree_read_in_order_spread: [ OK ] 2.02 sec.
2024-11-05 20:37:17 01549_low_cardinality_mv_fuzz: [ OK ] 1.06 sec.
2024-11-05 20:37:18 01581_deduplicate_by_columns_local: [ OK ] 12.78 sec.
2024-11-05 20:37:19 01545_url_file_format_settings: [ OK ] 1.97 sec.
2024-11-05 20:37:19 01538_fuzz_aggregate: [ OK ] 1.40 sec.
2024-11-05 20:37:19 01542_collate_in_array: [ OK ] 2.10 sec.
2024-11-05 20:37:21 01550_query_identifier_parameters: [ OK ] 5.21 sec.
2024-11-05 20:37:21 01532_clickhouse_local_tmp_folder: [ OK ] 2.13 sec.
2024-11-05 20:37:22 01532_having_with_totals: [ OK ] 2.71 sec.
2024-11-05 20:37:23 01583_parallel_parsing_exception_with_offset: [ OK ] 18.45 sec.
2024-11-05 20:37:24 01528_to_uuid_or_null_or_zero: [ OK ] 3.41 sec.
2024-11-05 20:37:24 01529_union_distinct_and_setting_union_default_mode: [ OK ] 3.74 sec.
2024-11-05 20:37:26 01528_setting_aggregate_functions_null_for_empty: [ OK ] 2.43 sec.
2024-11-05 20:37:26 01527_bad_aggregation_in_lambda: [ OK ] 1.75 sec.
2024-11-05 20:37:28 01523_interval_operator_support_string_literal: [ OK ] 2.23 sec.
2024-11-05 20:37:28 01522_validate_alter_default: [ OK ] 1.99 sec.
2024-11-05 20:37:30 01576_if_null_external_aggregation: [ OK ] 22.87 sec.
2024-11-05 20:37:30 01521_alter_enum_and_reverse_read: [ OK ] 1.85 sec.
2024-11-05 20:37:30 01531_query_log_query_comment: [ OK ] 10.75 sec.
2024-11-05 20:37:31 01520_client_print_query_id: [ OK ] 2.49 sec.
2024-11-05 20:37:32 01518_filtering_aliased_materialized_column: [ OK ] 1.46 sec.
2024-11-05 20:37:32 01518_nullable_aggregate_states1: [ OK ] 1.72 sec.
2024-11-05 20:37:32 01528_clickhouse_local_prepare_parts: [ OK ] 10.11 sec.
2024-11-05 20:37:32 01519_topK_distributed_parametrized: [ OK ] 2.34 sec.
2024-11-05 20:37:33 01512_create_replicate_merge_tree_one_arg: [ OK ] 1.25 sec.
2024-11-05 20:37:34 01508_explain_header: [ OK ] 0.80 sec.
2024-11-05 20:37:35 01527_materialized_view_stack_overflow: [ OK ] 10.45 sec.
2024-11-05 20:37:35 01502_jemalloc_percpu_arena: [ SKIPPED ] 0.00 sec. - not running for current build
2024-11-05 20:37:36 01509_format_raw_blob: [ OK ] 3.99 sec.
2024-11-05 20:37:37 01499_log_deadlock: [ OK ] 1.93 sec.
2024-11-05 20:37:38 01498_alter_column_storage_memory: [ OK ] 1.20 sec.
2024-11-05 20:37:38 01492_array_join_crash_13829: [ OK ] 1.09 sec.
2024-11-05 20:37:39 01492_format_readable_quantity: [ OK ] 0.87 sec.
2024-11-05 20:37:40 01475_fix_bigint_shift: [ OK ] 1.46 sec.
2024-11-05 20:37:44 01474_decimal_scale_bug: [ OK ] 2.57 sec.
2024-11-05 20:37:45 01473_system_events_zeroes: [ OK ] 0.89 sec.
2024-11-05 20:37:46 01518_select_in_null: [ OK ] 14.52 sec.
2024-11-05 20:37:47 01471_top_k_range_check: [ OK ] 2.06 sec.
2024-11-05 20:37:48 01480_binary_operator_monotonicity: [ OK ] 9.63 sec.
2024-11-05 20:37:48 01470_test_insert_select_asterisk: [ OK ] 2.34 sec.
2024-11-05 20:37:50 01603_read_with_backoff_bug: [ FAIL ] 47.97 sec. - return code: 241
2024-11-05 20:37:50 [61c7d8be658f] 2024.11.05 10:37:49.267396 [ 3480 ] {c42cf9a6-3852-40ee-8bd7-c7b9ecf11dd7} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 27.72 GiB (attempt to allocate chunk of 268435456 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: while executing 'FUNCTION if(less(__table1.number, _CAST(8324096_UInt32, 'UInt32'_String)) :: 0, arrayStringConcat(arrayMap(x UInt8 -> toString(x), range(modulo(__table1.number, 128_UInt8))), ' '_String) :: 6, ''_String :: 5) -> if(less(__table1.number, _CAST(8324096_UInt32, 'UInt32'_String)), arrayStringConcat(arrayMap(x UInt8 -> toString(x), range(modulo(__table1.number, 128_UInt8))), ' '_String), ''_String) String : 4'. (MEMORY_LIMIT_EXCEEDED) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:39494) (comment: 01603_read_with_backoff_bug.sql) (in query: INSERT INTO t SELECT number, if(number < (8129 * 1024), arrayStringConcat(arrayMap(x -> toString(x), range(number % 128)), ' '), '') FROM numbers_mt((8129 * 1024) * 3) settings max_insert_threads=8;), Stack trace (when copying this message, always include the lines below):
2024-11-05 20:37:50
2024-11-05 20:37:50 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e9efbc9
2024-11-05 20:37:50 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f112a13
2024-11-05 20:37:50 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f173490
2024-11-05 20:37:50 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f170b2b
2024-11-05 20:37:50 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f16f9ae
2024-11-05 20:37:50 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f16f9ae
2024-11-05 20:37:50 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f16f9ae
2024-11-05 20:37:50 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f05f046
2024-11-05 20:37:50 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f05a104
2024-11-05 20:37:50 9. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x0000000007c6fdb0
2024-11-05 20:37:50 10. DB::(anonymous namespace)::FunctionArrayStringConcat::executeInternal(DB::ColumnString const&, DB::ColumnArray const&, String const&, DB::ColumnString&, char8_t const*) @ 0x000000000ad78e86
2024-11-05 20:37:50 11. DB::(anonymous namespace)::FunctionArrayStringConcat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad77a7c
2024-11-05 20:37:50 12. DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ede698
2024-11-05 20:37:50 13. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd4c39d
2024-11-05 20:37:50 14. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd4e2d7
2024-11-05 20:37:50 15. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd55226
2024-11-05 20:37:50 16. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000007cc53fa
2024-11-05 20:37:50 17. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:124: DB::ColumnFunction::reduce() const @ 0x0000000036ddf3e0
2024-11-05 20:37:50 18. ./build_docker/./src/Columns/MaskOperations.cpp:0: DB::maskedExecute(DB::ColumnWithTypeAndName&, DB::PODArray, 63ul, 64ul> const&, DB::MaskInfo const&) @ 0x000000003794deb1
2024-11-05 20:37:50 19. ./build_docker/./src/Functions/if.cpp:0: DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000034a81bdc
2024-11-05 20:37:50 20. DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ede698
2024-11-05 20:37:50 21. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd4c39d
2024-11-05 20:37:50 22. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd4e2d7
2024-11-05 20:37:50 23. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd55226
2024-11-05 20:37:50 24. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:124: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x0000000032bf1992
2024-11-05 20:37:50 25. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:0: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x000000003afffa5e
2024-11-05 20:37:50 26. ./contrib/llvm-project/libcxx/include/__utility/swap.h:35: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000025370d21
2024-11-05 20:37:50 27. ./build_docker/./src/Processors/ISimpleTransform.cpp:99: DB::ISimpleTransform::work() @ 0x000000003a62d5fe
2024-11-05 20:37:50 28. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a69cf57
2024-11-05 20:37:50 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a66c627
2024-11-05 20:37:50 30. ./base/base/../base/scope_guard.h:50: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003a66d866
2024-11-05 20:37:50 31. ./src/Common/Stopwatch.h:26: ThreadPoolImpl>::worker(std::__list_iterator, void*>) @ 0x000000001f34d004
2024-11-05 20:37:50
2024-11-05 20:37:50 Received exception from server (version 24.3.12):
2024-11-05 20:37:50 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 27.72 GiB (attempt to allocate chunk of 268435456 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: while executing 'FUNCTION if(less(__table1.number, _CAST(8324096_UInt32, 'UInt32'_String)) :: 0, arrayStringConcat(arrayMap(x UInt8 -> toString(x), range(modulo(__table1.number, 128_UInt8))), ' '_String) :: 6, ''_String :: 5) -> if(less(__table1.number, _CAST(8324096_UInt32, 'UInt32'_String)), arrayStringConcat(arrayMap(x UInt8 -> toString(x), range(modulo(__table1.number, 128_UInt8))), ' '_String), ''_String) String : 4'. (MEMORY_LIMIT_EXCEEDED)
2024-11-05 20:37:50 (query: INSERT INTO t SELECT
2024-11-05 20:37:50 number,
2024-11-05 20:37:50 if(number < (8129 * 1024), arrayStringConcat(arrayMap(x -> toString(x), range(number % 128)), ' '), '')
2024-11-05 20:37:50 FROM numbers_mt((8129 * 1024) * 3) settings max_insert_threads=8;)
2024-11-05 20:37:50 , result:
2024-11-05 20:37:50
2024-11-05 20:37:50
2024-11-05 20:37:50
2024-11-05 20:37:50 stdout:
2024-11-05 20:37:50
2024-11-05 20:37:50
2024-11-05 20:37:50 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 38472628 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 22755450 --max_read_buffer_size 644902 --prefer_localhost_replica 0 --max_block_size 61416 --max_threads 7 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 11 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 28792925 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 540280834 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 16 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 1 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 542413572 --min_compress_block_size 1232452 --max_compress_block_size 1918166 --merge_tree_compact_parts_min_granules_to_multibuffer_read 93 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 6982241 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Hermosillo --prefer_warmed_unmerged_parts_seconds 0 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.32
2024-11-05 20:37:50
2024-11-05 20:37:50 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1926316914 --index_granularity_bytes 24455327 --merge_max_block_size 9766 --index_granularity 33292 --min_bytes_for_wide_part 0 --marks_compress_block_size 16892 --primary_key_compress_block_size 46015 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 172301747 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 17982503 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 93 --old_parts_lifetime 466
2024-11-05 20:37:50
2024-11-05 20:37:50 Database: test_8yilsbsn
2024-11-05 20:37:50 01458_named_tuple_millin: [ OK ] 1.39 sec.
2024-11-05 20:37:51 01456_low_cardinality_sorting_bugfix: [ OK ] 2.53 sec.
2024-11-05 20:37:51 01721_join_implicit_cast_long: [ OK ] 73.82 sec.
2024-11-05 20:37:52 01440_big_int_shift: [ OK ] 0.98 sec.
2024-11-05 20:37:52 01451_replicated_detach_drop_and_quorum_long: [ OK ] 2.90 sec.
2024-11-05 20:37:53 01509_check_many_parallel_quorum_inserts_long: [ OK ] 20.79 sec.
2024-11-05 20:37:53 01433_hex_float: [ OK ] 0.82 sec.
2024-11-05 20:37:54 01448_json_compact_strings_each_row: [ OK ] 3.84 sec.
2024-11-05 20:37:54 01445_create_table_as_table_function: [ OK ] 3.02 sec.
2024-11-05 20:37:54 01423_if_nullable_cond: [ OK ] 0.76 sec.
2024-11-05 20:37:55 01514_parallel_formatting: [ OK ] 22.80 sec.
2024-11-05 20:37:55 01461_query_start_time_microseconds: [ OK ] 7.75 sec.
2024-11-05 20:37:55 01417_update_permutation_crash: [ OK ] 0.86 sec.
2024-11-05 20:37:56 01428_h3_range_check: [ OK ] 2.82 sec.
2024-11-05 20:37:56 01416_join_totals_header_bug: [ OK ] 1.68 sec.
2024-11-05 20:37:57 01440_big_int_exotic_casts: [ OK ] 4.21 sec.
2024-11-05 20:37:57 01416_clear_column_pk: [ OK ] 2.46 sec.
2024-11-05 20:37:57 01414_freeze_does_not_prevent_alters: [ OK ] 2.04 sec.
2024-11-05 20:37:57 01419_merge_tree_settings_sanity_check: [ OK ] 3.48 sec.
2024-11-05 20:37:58 01403_datetime64_constant_arg: [ OK ] 0.85 sec.
2024-11-05 20:37:58 01389_filter_by_virtual_columns: [ OK ] 0.95 sec.
2024-11-05 20:37:59 01412_row_from_totals: [ OK ] 2.19 sec.
2024-11-05 20:37:59 01385_not_function: [ OK ] 0.82 sec.
2024-11-05 20:38:00 01430_modify_sample_by_zookeeper_long: [ OK ] 7.03 sec.
2024-11-05 20:38:01 01386_negative_float_constant_key_condition: [ OK ] 3.15 sec.
2024-11-05 20:38:01 01381_for_each_with_states: [ OK ] 1.46 sec.
2024-11-05 20:38:01 01402_cast_nullable_string_to_enum: [ OK ] 4.18 sec.
2024-11-05 20:38:01 01379_with_fill_several_columns: [ OK ] 0.94 sec.
2024-11-05 20:38:02 01374_if_nullable_filimonov: [ OK ] 0.97 sec.
2024-11-05 20:38:02 01359_codeql: [ OK ] 0.83 sec.
2024-11-05 20:38:03 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 1.33 sec.
2024-11-05 20:38:03 01399_http_request_headers: [ OK ] 5.35 sec.
2024-11-05 20:38:04 01356_initialize_aggregation: [ OK ] 1.22 sec.
2024-11-05 20:38:04 01377_supertype_low_cardinality: [ OK ] 3.12 sec.
2024-11-05 20:38:04 01406_carriage_return_in_tsv_csv: [ OK ] 7.51 sec.
2024-11-05 20:38:04 01345_array_join_LittleMaverick: [ OK ] 1.21 sec.
2024-11-05 20:38:05 01326_build_id: [ OK ] 0.75 sec.
2024-11-05 20:38:06 01322_monotonous_order_by_with_different_variables: [ OK ] 2.04 sec.
2024-11-05 20:38:07 01353_low_cardinality_join_types: [ OK ] 3.92 sec.
2024-11-05 20:38:07 01323_if_with_nulls: [ OK ] 3.01 sec.
2024-11-05 20:38:07 01343_min_bytes_to_use_mmap_io: [ OK ] 3.74 sec.
2024-11-05 20:38:08 01318_alter_add_column_exists: [ OK ] 1.54 sec.
2024-11-05 20:38:08 01308_row_policy_and_trivial_count_query: [ OK ] 1.28 sec.
2024-11-05 20:38:09 01319_query_formatting_in_server_log: [ OK ] 4.28 sec.
2024-11-05 20:38:10 01303_polygons_equals: [ OK ] 0.78 sec.
2024-11-05 20:38:11 01318_map_populate_series: [ OK ] 4.41 sec.
2024-11-05 20:38:12 01505_pipeline_executor_UAF: [ OK ] 37.20 sec.
2024-11-05 20:38:12 01305_polygons_union: [ OK ] 3.14 sec.
2024-11-05 20:38:12 01308_orc_output_format_arrays: [ OK ] 4.74 sec.
2024-11-05 20:38:13 01291_distributed_low_cardinality_memory_efficient: [ OK ] 1.37 sec.
2024-11-05 20:38:14 01293_client_interactive_vertical_singleline: [ OK ] 2.50 sec.
2024-11-05 20:38:14 01307_orc_output_format: [ OK ] 6.53 sec.
2024-11-05 20:38:16 01282_system_parts_ttl_info: [ OK ] 1.29 sec.
2024-11-05 20:38:17 01288_shard_max_network_bandwidth: [ OK ] 3.68 sec.
2024-11-05 20:38:17 01358_lc_parquet: [ OK ] 14.87 sec.
2024-11-05 20:38:17 01281_sum_nullable: [ OK ] 1.15 sec.
2024-11-05 20:38:17 01289_min_execution_speed_not_too_early: [ OK ] 4.85 sec.
2024-11-05 20:38:17 01290_max_execution_speed_distributed: [ OK ] 5.65 sec.
2024-11-05 20:38:18 01277_large_tuples: [ OK ] 0.76 sec.
2024-11-05 20:38:18 01276_system_licenses: [ OK ] 0.84 sec.
2024-11-05 20:38:19 01278_variance_nonnegative: [ OK ] 1.68 sec.
2024-11-05 20:38:19 01273_h3EdgeAngle_range_check: [ OK ] 1.23 sec.
2024-11-05 20:38:19 01274_generate_random_nested: [ OK ] 1.46 sec.
2024-11-05 20:38:20 01287_max_execution_speed: [ OK ] 6.48 sec.
2024-11-05 20:38:21 01272_totals_and_filter_bug: [ OK ] 1.81 sec.
2024-11-05 20:38:21 01269_create_with_null: [ OK ] 2.32 sec.
2024-11-05 20:38:23 01262_low_cardinality_remove: [ OK ] 1.92 sec.
2024-11-05 20:38:23 01273_arrow_load: [ OK ] 4.85 sec.
2024-11-05 20:38:23 01259_combinator_distinct: [ OK ] 1.74 sec.
2024-11-05 20:38:24 01250_fixed_string_comparison: [ OK ] 1.03 sec.
2024-11-05 20:38:24 01273_arrow_nested_arrays_load: [ OK ] 6.11 sec.
2024-11-05 20:38:24 01268_procfs_metrics: [ OK ] 4.07 sec.
2024-11-05 20:38:24 01300_group_by_other_keys_having: [ OK ] 14.40 sec.
2024-11-05 20:38:25 01232_untuple: [ OK ] 1.64 sec.
2024-11-05 20:38:26 01189_create_as_table_as_table_function: [ OK ] 1.17 sec.
2024-11-05 20:38:26 01234_to_string_monotonic: [ OK ] 3.46 sec.
2024-11-05 20:38:27 01213_alter_table_rename_nested: [ OK ] 2.90 sec.
2024-11-05 20:38:27 01144_multiword_data_types: [ OK ] 1.10 sec.
2024-11-05 20:38:28 01123_parse_date_time_best_effort_even_more: [ OK ] 0.72 sec.
2024-11-05 20:38:28 01135_default_and_alter_zookeeper: [ OK ] 1.49 sec.
2024-11-05 20:38:29 01198_client_quota_key: [ OK ] 4.92 sec.
2024-11-05 20:38:30 01115_prewhere_array_join: [ OK ] 2.15 sec.
2024-11-05 20:38:32 01106_const_fixed_string_like: [ OK ] 2.30 sec.
2024-11-05 20:38:32 01107_join_right_table_totals: [ OK ] 3.78 sec.
2024-11-05 20:38:32 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec. - not running for current build
2024-11-05 20:38:33 01104_fixed_string_like: [ OK ] 2.76 sec.
2024-11-05 20:38:33 01246_buffer_flush: [ OK ] 10.32 sec.
2024-11-05 20:38:34 01102_distributed_local_in_bug: [ OK ] 1.68 sec.
2024-11-05 20:38:34 01104_distributed_numbers_test: [ OK ] 1.79 sec.
2024-11-05 20:38:34 01097_pre_limit: [ OK ] 0.68 sec.
2024-11-05 20:38:35 01090_fixed_string_bit_ops: [ OK ] 0.94 sec.
2024-11-05 20:38:35 01091_insert_with_default_json: [ OK ] 1.33 sec.
2024-11-05 20:38:35 01089_alter_settings_old_format: [ OK ] 1.38 sec.
2024-11-05 20:38:36 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.75 sec.
2024-11-05 20:38:37 01083_match_zero_byte: [ OK ] 1.23 sec.
2024-11-05 20:38:37 01084_defaults_on_aliases: [ OK ] 1.67 sec.
2024-11-05 20:38:37 01097_cyclic_defaults: [ OK ] 4.44 sec.
2024-11-05 20:38:38 01083_cross_to_inner_with_in_bug: [ OK ] 1.18 sec.
2024-11-05 20:38:40 01073_crlf_end_of_line: [ OK ] 1.15 sec.
2024-11-05 20:38:41 01088_benchmark_query_id: [ OK ] 6.03 sec.
2024-11-05 20:38:42 01073_bad_alter_partition: [ OK ] 2.22 sec.
2024-11-05 20:38:42 01071_in_array: [ OK ] 1.10 sec.
2024-11-05 20:38:43 01069_insert_float_as_nullable_unit8: [ OK ] 0.91 sec.
2024-11-05 20:38:43 01070_alter_with_ttl: [ OK ] 1.20 sec.
2024-11-05 20:38:44 01081_window_view_target_table_engine: [ OK ] 6.55 sec.
2024-11-05 20:38:44 01063_create_column_set: [ OK ] 1.01 sec.
2024-11-05 20:38:45 01062_pm_multiple_all_join_same_value: [ OK ] 0.96 sec.
2024-11-05 20:38:47 01064_pm_all_join_const_and_nullable: [ OK ] 4.42 sec.
2024-11-05 20:38:50 01056_prepared_statements_null_and_escaping: [ OK ] 2.19 sec.
2024-11-05 20:38:52 01058_window_view_event_hop_to_strict_asc: [ OK ] 6.65 sec.
2024-11-05 20:38:53 01156_pcg_deserialization: [ OK ] 27.27 sec.
2024-11-05 20:38:53 01052_array_reduce_exception: [ OK ] 1.05 sec.
2024-11-05 20:38:54 01051_aggregate_function_crash: [ OK ] 1.04 sec.
2024-11-05 20:38:57 01050_engine_join_view_crash: [ OK ] 3.87 sec.
2024-11-05 20:38:59 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 4.17 sec.
2024-11-05 20:38:59 01044_h3_edge_angle: [ OK ] 1.09 sec.
2024-11-05 20:38:59 01056_predicate_optimizer_bugs: [ OK ] 9.80 sec.
2024-11-05 20:39:00 01043_h3_edge_length_m: [ OK ] 0.92 sec.
2024-11-05 20:39:00 01043_dictionary_attribute_properties_values: [ OK ] 1.29 sec.
2024-11-05 20:39:01 01034_with_fill_and_push_down_predicate: [ OK ] 0.74 sec.
2024-11-05 20:39:01 01035_prewhere_with_alias: [ OK ] 1.31 sec.
2024-11-05 20:39:02 01032_cityHash64_for_decimal: [ OK ] 1.03 sec.
2024-11-05 20:39:03 01040_distributed_background_insert_batch_inserts: [ OK ] 3.20 sec.
2024-11-05 20:39:03 01119_session_log: [ OK ] 36.25 sec.
2024-11-05 20:39:04 01020_having_without_group_by: [ OK ] 0.75 sec.
2024-11-05 20:39:04 01021_only_tuple_columns: [ OK ] 1.88 sec.
2024-11-05 20:39:05 01079_order_by_pk: [ OK ] 27.55 sec.
2024-11-05 20:39:05 01273_arrow: [ OK ] 46.15 sec.
2024-11-05 20:39:05 01017_uniqCombined_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build
2024-11-05 20:39:05 01018_ambiguous_column: [ OK ] 1.72 sec.
2024-11-05 20:39:06 01017_tuplehamming_distance: [ OK ] 1.21 sec.
2024-11-05 20:39:07 01018_ddl_dictionaries_special: [ OK ] 2.64 sec.
2024-11-05 20:39:07 01017_in_unconvertible_complex_type: [ OK ] 2.10 sec.
2024-11-05 20:39:07 01013_hex_float: [ OK ] 1.17 sec.
2024-11-05 20:39:07 01383_log_broken_table: [ OK ] 68.76 sec.
2024-11-05 20:39:08 01012_select_limit_x_0: [ OK ] 0.81 sec.
2024-11-05 20:39:08 01011_group_uniq_array_memsan: [ OK ] 0.90 sec.
2024-11-05 20:39:09 01012_serialize_array_memory_usage: [ OK ] 2.11 sec.
2024-11-05 20:39:09 01034_values_parse_float_bug: [ OK ] 8.49 sec.
2024-11-05 20:39:11 01015_empty_in_inner_right_join: [ OK ] 5.79 sec.
2024-11-05 20:39:12 00999_nullable_nested_types_4877: [ OK ] 2.59 sec.
2024-11-05 20:39:12 00997_extract_all_crash_6627: [ OK ] 0.80 sec.
2024-11-05 20:39:13 00999_join_on_expression: [ OK ] 3.44 sec.
2024-11-05 20:39:15 00996_limit_with_ties: [ OK ] 3.02 sec.
2024-11-05 20:39:15 00988_constraints_replication_zookeeper_long: [ OK ] 3.14 sec.
2024-11-05 20:39:16 01010_pmj_skip_blocks: [ OK ] 8.41 sec.
2024-11-05 20:39:17 00980_crash_nullable_decimal: [ OK ] 1.17 sec.
2024-11-05 20:39:17 00986_materialized_view_stack_overflow: [ OK ] 4.09 sec.
2024-11-05 20:39:18 00978_ml_math: [ OK ] 0.84 sec.
2024-11-05 20:39:20 00976_asof_join_on: [ OK ] 3.38 sec.
2024-11-05 20:39:22 00975_json_hang: [ OK ] 4.04 sec.
2024-11-05 20:39:22 00975_recursive_materialized_view: [ OK ] 1.77 sec.
2024-11-05 20:39:23 01001_rename_merge_race_condition: [ OK ] 14.15 sec.
2024-11-05 20:39:23 00980_zookeeper_merge_tree_alter_settings: [ OK ] 6.77 sec.
2024-11-05 20:39:23 01007_r1r2_w_r2r1_deadlock: [ OK ] 14.94 sec.
2024-11-05 20:39:23 00974_low_cardinality_cast: [ OK ] 1.67 sec.
2024-11-05 20:39:24 00966_invalid_json_must_not_parse: [ OK ] 1.09 sec.
2024-11-05 20:39:24 00981_in_subquery_with_tuple: [ OK ] 9.05 sec.
2024-11-05 20:39:25 00960_eval_ml_method_const: [ OK ] 0.82 sec.
2024-11-05 20:39:25 00969_columns_clause: [ OK ] 2.18 sec.
2024-11-05 20:39:26 00961_check_table: [ OK ] 2.08 sec.
2024-11-05 20:39:26 00944_ml_test: [ OK ] 1.54 sec.
2024-11-05 20:39:26 00943_mv_rename_without_inner_table: [ OK ] 1.51 sec.
2024-11-05 20:39:29 00931_low_cardinality_read_with_empty_array: [ OK ] 2.16 sec.
2024-11-05 20:39:30 00953_indices_alter_exceptions: [ OK ] 5.27 sec.
2024-11-05 20:39:30 00974_primary_key_for_lowCardinality: [ OK ] 7.68 sec.
2024-11-05 20:39:32 00910_client_window_size_detection: [ OK ] 2.39 sec.
2024-11-05 20:39:33 00927_disable_hyperscan: [ OK ] 4.28 sec.
2024-11-05 20:39:34 00905_compile_expressions_compare_big_dates: [ OK ] 1.25 sec.
2024-11-05 20:39:36 00940_order_by_read_in_order_query_plan: [ OK ] 10.53 sec.
2024-11-05 20:39:36 00902_entropy: [ OK ] 2.03 sec.
2024-11-05 20:39:39 01062_pm_all_join_with_block_continuation: [ OK ] 55.54 sec.
2024-11-05 20:39:40 00929_multi_match_edit_distance: [ OK ] 13.89 sec.
2024-11-05 20:39:41 00900_null_array_orc_load: [ OK ] 4.55 sec.
2024-11-05 20:39:41 00882_multiple_join_no_alias: [ OK ] 1.83 sec.
2024-11-05 20:39:42 00926_adaptive_index_granularity_merge_tree: [ OK ] 12.70 sec.
2024-11-05 20:39:44 00860_unknown_identifier_bug: [ OK ] 1.10 sec.
2024-11-05 20:39:45 00909_kill_not_initialized_query: [ OK ] 12.28 sec.
2024-11-05 20:39:45 00878_join_unexpected_results: [ OK ] 4.22 sec.
2024-11-05 20:39:46 00875_join_right_nulls: [ OK ] 5.00 sec.
2024-11-05 20:39:46 00841_temporary_table_database: [ OK ] 1.69 sec.
2024-11-05 20:39:47 00843_optimize_predicate_and_rename_table: [ OK ] 2.07 sec.
2024-11-05 20:39:48 00839_bitmask_negative: [ OK ] 1.44 sec.
2024-11-05 20:39:49 00834_not_between: [ OK ] 0.97 sec.
2024-11-05 20:39:49 00964_bloom_index_string_functions: [ OK ] 25.75 sec.
2024-11-05 20:39:49 00900_orc_arrow_parquet_tuples: [ OK ] 12.57 sec.
2024-11-05 20:39:50 00833_sleep_overflow: [ OK ] 0.87 sec.
2024-11-05 20:39:50 00872_t64_bit_codec: [ OK ] 8.34 sec.
2024-11-05 20:39:50 00832_storage_file_lock: [ OK ] 1.18 sec.
2024-11-05 20:39:51 00849_multiple_comma_join_2: [ OK ] 7.68 sec.
2024-11-05 20:39:53 00837_minmax_index: [ OK ] 6.73 sec.
2024-11-05 20:39:54 00829_bitmap64_function: [ OK ] 5.11 sec.
2024-11-05 20:39:55 00825_protobuf_format_array_3dim: [ OK ] 5.21 sec.
2024-11-05 20:39:55 00823_capnproto_input: [ SKIPPED ] 0.00 sec. - not running for current build
2024-11-05 20:39:55 00825_protobuf_format_skipped_column_in_nested: [ OK ] 5.17 sec.
2024-11-05 20:39:57 00811_garbage: [ OK ] 1.42 sec.
2024-11-05 20:39:58 00820_multiple_joins_subquery_requires_alias: [ OK ] 3.29 sec.
2024-11-05 20:39:59 00825_protobuf_format_splitted_nested: [ OK ] 5.52 sec.
2024-11-05 20:39:59 00809_add_days_segfault: [ OK ] 2.21 sec.
2024-11-05 20:39:59 00825_protobuf_format_nested_in_nested: [ OK ] 5.22 sec.
2024-11-05 20:40:00 00803_odbc_driver_2_format: [ OK ] 0.83 sec.
2024-11-05 20:40:00 00804_rollup_with_having: [ OK ] 1.27 sec.
2024-11-05 20:40:01 00800_low_cardinality_distributed_insert: [ OK ] 1.29 sec.
2024-11-05 20:40:01 00800_low_cardinality_empty_array: [ OK ] 0.99 sec.
2024-11-05 20:40:01 00799_function_dry_run: [ OK ] 1.14 sec.
2024-11-05 20:40:02 00779_all_right_join_max_block_size: [ OK ] 0.81 sec.
2024-11-05 20:40:02 00808_not_optimize_predicate: [ OK ] 3.23 sec.
2024-11-05 20:40:02 00829_bitmap_function: [ OK ] 12.33 sec.
2024-11-05 20:40:03 00757_enum_defaults_const_analyzer: [ OK ] 0.96 sec.
2024-11-05 20:40:03 00757_enum_defaults_const: [ OK ] 0.95 sec.
2024-11-05 20:40:04 00758_array_reverse: [ OK ] 2.01 sec.
2024-11-05 20:40:04 00760_insert_json_with_defaults: [ OK ] 2.31 sec.
2024-11-05 20:40:04 00752_low_cardinality_lambda_argument: [ OK ] 1.41 sec.
2024-11-05 20:40:06 00743_limit_by_not_found_column: [ OK ] 1.45 sec.
2024-11-05 20:40:06 00746_hashing_tuples: [ OK ] 1.95 sec.
2024-11-05 20:40:08 00738_nested_merge_multidimensional_array: [ OK ] 1.72 sec.
2024-11-05 20:40:08 00740_database_in_nested_view: [ OK ] 2.16 sec.
2024-11-05 20:40:08 00834_kill_mutation_replicated_zookeeper: [ OK ] 21.37 sec.
2024-11-05 20:40:08 00751_low_cardinality_nullable_group_by: [ OK ] 5.31 sec.
2024-11-05 20:40:09 00737_decimal_group_by: [ OK ] 1.82 sec.
2024-11-05 20:40:10 00726_materialized_view_concurrent: [ OK ] 1.49 sec.
2024-11-05 20:40:10 00825_protobuf_format_persons: [ OK ] 18.75 sec.
2024-11-05 20:40:11 00725_join_on_bug_4: [ OK ] 1.44 sec.
2024-11-05 20:40:11 00725_join_on_bug_3: [ OK ] 1.13 sec.
2024-11-05 20:40:13 00734_timeslot: [ OK ] 4.39 sec.
2024-11-05 20:40:13 00720_with_cube: [ OK ] 1.60 sec.
2024-11-05 20:40:13 00723_remerge_sort: [ OK ] 2.39 sec.
2024-11-05 20:40:15 00732_base64_functions: [ OK ] 6.46 sec.
2024-11-05 20:40:15 00712_nan_comparison: [ OK ] 2.48 sec.
2024-11-05 20:40:16 00719_insert_block_without_column: [ OK ] 4.57 sec.
2024-11-05 20:40:16 00700_decimal_defaults: [ OK ] 1.01 sec.
2024-11-05 20:40:18 00700_decimal_in_keys: [ OK ] 2.60 sec.
2024-11-05 20:40:18 00702_join_on_dups: [ OK ] 5.74 sec.
2024-11-05 20:40:21 00698_validate_array_sizes_for_nested: [ OK ] 2.70 sec.
2024-11-05 20:40:21 01019_alter_materialized_view_atomic: [ OK ] 78.19 sec.
2024-11-05 20:40:22 00695_pretty_max_column_pad_width: [ OK ] 0.76 sec.
2024-11-05 20:40:23 00697_in_subquery_shard: [ OK ] 3.98 sec.
2024-11-05 20:40:23 00696_system_columns_limit: [ OK ] 1.86 sec.
2024-11-05 20:40:24 00688_low_cardinality_in: [ OK ] 1.72 sec.
2024-11-05 20:40:25 00694_max_block_size_zero: [ OK ] 2.25 sec.
2024-11-05 20:40:27 00686_client_exit_code: [ OK ] 1.88 sec.
2024-11-05 20:40:27 00700_to_decimal_or_something: [ OK ] 14.07 sec.
2024-11-05 20:40:28 00681_duplicate_columns_inside_union_all_stas_sviridov: [ OK ] 0.94 sec.
2024-11-05 20:40:28 00688_low_cardinality_syntax: [ OK ] 4.90 sec.
2024-11-05 20:40:28 00700_decimal_aggregates: [ OK ] 13.02 sec.
2024-11-05 20:40:29 00679_uuid_in_key: [ OK ] 1.69 sec.
2024-11-05 20:40:29 00668_compare_arrays_silviucpp: [ OK ] 1.01 sec.
2024-11-05 20:40:29 00667_compare_arrays_of_different_types: [ OK ] 0.95 sec.
2024-11-05 20:40:30 00661_array_has_silviucpp: [ OK ] 1.10 sec.
2024-11-05 20:40:30 00678_shard_funnel_window: [ OK ] 2.54 sec.
2024-11-05 20:40:34 00652_replicated_mutations_default_database_zookeeper: [ OK ] 5.05 sec.
2024-11-05 20:40:35 00647_multiply_aggregation_state: [ OK ] 4.14 sec.
2024-11-05 20:40:36 00637_sessions_in_http_interface_and_settings: [ OK ] 1.84 sec.
2024-11-05 20:40:37 00688_low_cardinality_serialization: [ OK ] 12.49 sec.
2024-11-05 20:40:40 00625_arrays_in_nested: [ OK ] 2.80 sec.
2024-11-05 20:40:41 00626_replace_partition_from_table: [ OK ] 4.83 sec.
2024-11-05 20:40:41 00616_final_single_part: [ OK ] 1.55 sec.
2024-11-05 20:40:43 00613_shard_distributed_max_execution_time: [ OK ] 1.06 sec.
2024-11-05 20:40:44 00632_aggregation_window_funnel: [ OK ] 8.96 sec.
2024-11-05 20:40:44 00700_decimal_casts: [ OK ] 27.79 sec.
2024-11-05 20:40:44 00612_union_query_with_subquery: [ OK ] 1.26 sec.
2024-11-05 20:40:45 00606_quantiles_and_nans: [ OK ] 0.85 sec.
2024-11-05 20:40:45 00603_system_parts_nonexistent_database: [ OK ] 0.74 sec.
2024-11-05 20:40:46 00600_create_temporary_table_if_not_exists: [ OK ] 0.88 sec.
2024-11-05 20:40:46 00591_columns_removal_union_all: [ OK ] 0.89 sec.
2024-11-05 20:40:46 00580_cast_nullable_to_non_nullable: [ OK ] 0.70 sec.
2024-11-05 20:40:47 00580_consistent_hashing_functions: [ OK ] 1.06 sec.
2024-11-05 20:40:48 00577_full_join_segfault: [ OK ] 1.23 sec.
2024-11-05 20:40:48 00563_shard_insert_into_remote: [ OK ] 1.49 sec.
2024-11-05 20:40:49 00560_float_leading_plus_in_exponent: [ OK ] 0.89 sec.
2024-11-05 20:40:49 00551_parse_or_null: [ OK ] 1.04 sec.
2024-11-05 20:40:50 00612_pk_in_tuple_perf: [ OK ] 8.07 sec.
2024-11-05 20:40:51 00609_prewhere_and_default: [ OK ] 6.83 sec.
2024-11-05 20:40:54 00538_datediff: [ OK ] 4.10 sec.
2024-11-05 20:40:57 00652_replicated_mutations_zookeeper: [ OK ] 27.31 sec.
2024-11-05 20:41:03 00653_verification_monotonic_data_load: [ OK ] 33.50 sec.
2024-11-05 20:41:04 00530_arrays_of_nothing: [ OK ] 1.40 sec.
2024-11-05 20:41:05 00523_aggregate_functions_in_group_array: [ OK ] 0.91 sec.
2024-11-05 20:41:09 00540_bad_data_types: [ OK ] 20.22 sec.
2024-11-05 20:41:12 00520_http_nullable: [ OK ] 2.44 sec.
2024-11-05 20:41:17 00515_shard_desc_table_functions_and_subqueries: [ OK ] 4.44 sec.
2024-11-05 20:41:18 00513_fractional_time_zones: [ OK ] 1.14 sec.
2024-11-05 20:41:19 00522_multidimensional: [ OK ] 13.86 sec.
2024-11-05 20:41:20 00508_materialized_view_to: [ OK ] 1.77 sec.
2024-11-05 20:41:22 00506_union_distributed: [ OK ] 3.16 sec.
2024-11-05 20:41:23 00506_shard_global_in_union: [ OK ] 3.09 sec.
2024-11-05 20:41:26 00502_sum_map: [ OK ] 3.80 sec.
2024-11-05 20:41:29 00500_point_in_polygon: [ OK ] 5.62 sec.
2024-11-05 20:41:37 00497_whitespaces_in_insert: [ OK ] 10.33 sec.
2024-11-05 20:41:39 00483_reading_from_array_structure: [ OK ] 1.77 sec.
2024-11-05 20:41:40 00476_pretty_formats_and_widths: [ OK ] 1.10 sec.
2024-11-05 20:41:40 00484_preferred_max_column_in_block_size_bytes: [ OK ] 11.41 sec.
2024-11-05 20:41:42 00440_nulls_merge_tree: [ OK ] 1.21 sec.
2024-11-05 20:41:43 00422_hash_function_constexpr: [ OK ] 0.84 sec.
2024-11-05 20:41:43 00457_log_tinylog_stripelog_nullable: [ OK ] 3.39 sec.
2024-11-05 20:41:45 00416_pocopatch_progress_in_http_headers: [ OK ] 2.64 sec.
2024-11-05 20:41:46 00404_null_literal: [ OK ] 1.01 sec.
2024-11-05 20:41:48 00402_nan_and_extremes: [ OK ] 1.16 sec.
2024-11-05 20:41:51 00534_functions_bad_arguments2: [ OK ] 60.60 sec.
2024-11-05 20:41:53 00400_client_external_options: [ OK ] 5.02 sec.
2024-11-05 20:41:53 00396_uuid: [ OK ] 1.45 sec.
2024-11-05 20:41:54 00393_if_with_constant_condition: [ OK ] 1.33 sec.
2024-11-05 20:41:55 00380_client_break_at_exception_in_batch_mode: [ OK ] 2.54 sec.
2024-11-05 20:41:56 00379_system_processes_port: [ OK ] 1.53 sec.
2024-11-05 20:41:57 00369_int_div_of_float: [ OK ] 0.89 sec.
2024-11-05 20:41:57 00372_cors_header: [ OK ] 1.58 sec.
2024-11-05 20:41:59 00341_squashing_insert_select2: [ OK ] 2.18 sec.
2024-11-05 20:42:00 00337_shard_any_heavy: [ OK ] 1.30 sec.
2024-11-05 20:42:01 00324_hashing_enums: [ OK ] 0.86 sec.
2024-11-05 20:42:03 00321_pk_set: [ OK ] 1.97 sec.
2024-11-05 20:42:04 00534_functions_bad_arguments7: [ OK ] 70.48 sec.
2024-11-05 20:42:06 00313_const_totals_extremes: [ OK ] 2.11 sec.
2024-11-05 20:42:07 00340_squashing_insert_select: [ OK ] 9.71 sec.
2024-11-05 20:42:07 00307_format_xml: [ OK ] 0.77 sec.
2024-11-05 20:42:08 00318_pk_tuple_order: [ OK ] 4.61 sec.
2024-11-05 20:42:09 00298_enum_width_and_cast: [ OK ] 1.25 sec.
2024-11-05 20:42:09 00292_parser_tuple_element: [ OK ] 0.84 sec.
2024-11-05 20:42:09 00299_stripe_log_multiple_inserts: [ OK ] 2.32 sec.
2024-11-05 20:42:10 00287_column_const_with_nan: [ OK ] 0.92 sec.
2024-11-05 20:42:10 00280_hex_escape_sequence: [ OK ] 0.76 sec.
2024-11-05 20:42:11 00271_agg_state_and_totals: [ OK ] 0.90 sec.
2024-11-05 20:42:11 00268_aliases_without_as_keyword: [ OK ] 0.84 sec.
2024-11-05 20:42:11 00267_tuple_array_access_operators_priority: [ OK ] 0.83 sec.
2024-11-05 20:42:12 00273_quantiles: [ OK ] 2.56 sec.
2024-11-05 20:42:12 00266_read_overflow_mode: [ OK ] 1.31 sec.
2024-11-05 20:42:13 00258_materializing_tuples: [ OK ] 1.26 sec.
2024-11-05 20:42:14 00262_alter_alias: [ OK ] 2.07 sec.
2024-11-05 20:42:15 00239_type_conversion_in_in: [ OK ] 1.01 sec.
2024-11-05 20:42:15 00231_format_vertical_raw: [ OK ] 0.75 sec.
2024-11-05 20:42:15 00265_http_content_type_format_timezone: [ OK ] 3.77 sec.
2024-11-05 20:42:16 00534_functions_bad_arguments11: [ OK ] 86.19 sec.
2024-11-05 20:42:16 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 1.47 sec.
2024-11-05 20:42:18 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 3.01 sec.
2024-11-05 20:42:18 00217_shard_global_subquery_columns_with_same_name: [ OK ] 1.22 sec.
2024-11-05 20:42:19 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 4.00 sec.
2024-11-05 20:42:19 00195_shard_union_all_and_global_in: [ OK ] 1.71 sec.
2024-11-05 20:42:21 00192_least_greatest: [ OK ] 1.65 sec.
2024-11-05 20:42:21 00185_array_literals: [ OK ] 1.84 sec.
2024-11-05 20:42:22 00199_ternary_operator_type_check: [ OK ] 4.26 sec.
2024-11-05 20:42:22 00180_attach_materialized_view: [ OK ] 1.11 sec.
2024-11-05 20:42:23 00178_query_datetime64_index: [ OK ] 1.15 sec.
2024-11-05 20:42:23 00169_join_constant_keys: [ OK ] 0.78 sec.
2024-11-05 20:42:23 00534_functions_bad_arguments8: [ OK ] 85.67 sec.
2024-11-05 20:42:24 00152_totals_in_subquery: [ OK ] 0.93 sec.
2024-11-05 20:42:24 00746_sql_fuzzy: [ OK ] 140.15 sec.
2024-11-05 20:42:24 00165_transform_non_const_default: [ OK ] 1.62 sec.
2024-11-05 20:42:25 00151_tuple_with_array: [ OK ] 0.65 sec.
2024-11-05 20:42:25 00131_set_hashed: [ OK ] 0.79 sec.
2024-11-05 20:42:26 00122_join_with_subquery_with_subquery: [ OK ] 0.83 sec.
2024-11-05 20:42:27 00147_alter_nested_default: [ OK ] 2.47 sec.
2024-11-05 20:42:27 00114_float_type_result_of_division: [ OK ] 0.74 sec.
2024-11-05 20:42:28 00161_rounding_functions: [ OK ] 5.06 sec.
2024-11-05 20:42:28 00102_insert_into_temporary_table: [ OK ] 0.75 sec.
2024-11-05 20:42:29 00098_g_union_all: [ OK ] 0.85 sec.
2024-11-05 20:42:30 00098_f_union_all: [ OK ] 1.27 sec.
2024-11-05 20:42:31 00098_k_union_all: [ OK ] 0.78 sec.
2024-11-05 20:42:31 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 3.57 sec.
2024-11-05 20:42:32 00098_a_union_all: [ OK ] 0.85 sec.
2024-11-05 20:42:33 00109_shard_totals_after_having: [ OK ] 6.12 sec.
2024-11-05 20:42:33 00088_distinct_of_arrays_of_strings: [ OK ] 0.78 sec.
2024-11-05 20:42:34 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.87 sec.
2024-11-05 20:42:34 00073_merge_sorting_empty_array_joined: [ OK ] 0.94 sec.
2024-11-05 20:42:35 00072_in_types: [ OK ] 0.83 sec.
2024-11-05 20:42:35 00066_group_by_in: [ OK ] 0.92 sec.
2024-11-05 20:42:36 00064_negate_bug: [ OK ] 0.78 sec.
2024-11-05 20:42:37 00048_b_stored_aggregates_merge: [ OK ] 2.07 sec.
2024-11-05 20:42:38 00048_a_stored_aggregates_merge: [ OK ] 1.97 sec.
2024-11-05 20:42:38 00038_totals_limit: [ OK ] 0.85 sec.
2024-11-05 20:42:39 00148_summing_merge_tree_aggregate_function: [ OK ] 14.97 sec.
2024-11-05 20:42:39 00041_big_array_join: [ OK ] 1.91 sec.
2024-11-05 20:42:39 00037_totals_limit: [ OK ] 0.80 sec.
2024-11-05 20:42:40 00034_fixed_string_to_number: [ OK ] 0.81 sec.
2024-11-05 20:42:42 00028_shard_big_agg_aj_distributed: [ OK ] 1.73 sec.
2024-11-05 20:42:43 00024_unused_array_join_in_subquery: [ OK ] 0.80 sec.
2024-11-05 20:42:43 00030_alter_table: [ OK ] 3.70 sec.
2024-11-05 20:42:43 00022_func_higher_order_and_constants: [ OK ] 0.75 sec.
2024-11-05 20:42:44 00008_array_join: [ OK ] 0.84 sec.
2024-11-05 20:42:44 00014_select_from_table_with_nested: [ OK ] 1.43 sec.
2024-11-05 20:42:45 00007_array: [ OK ] 0.84 sec.
2024-11-05 20:42:45
2024-11-05 20:42:45 133 tests passed. 0 tests skipped. 705.37 s elapsed (ForkPoolWorker-2).
2024-11-05 20:42:46 00002_system_numbers: [ OK ] 1.64 sec.
2024-11-05 20:42:46
2024-11-05 20:42:46 128 tests passed. 0 tests skipped. 706.17 s elapsed (ForkPoolWorker-9).
2024-11-05 20:42:51 00029_test_zookeeper_optimize_exception: [ OK ] 11.52 sec.
2024-11-05 20:42:51
2024-11-05 20:42:51 127 tests passed. 2 tests skipped. 711.10 s elapsed (ForkPoolWorker-6).
2024-11-05 20:43:08 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 52.18 sec.
2024-11-05 20:43:08
2024-11-05 20:43:08 95 tests passed. 1 tests skipped. 728.22 s elapsed (ForkPoolWorker-8).
2024-11-05 20:43:44 00763_long_lock_buffer_alter_destination_table: [ OK ] 222.53 sec.
2024-11-05 20:43:44
2024-11-05 20:43:44 100 tests passed. 0 tests skipped. 763.66 s elapsed (ForkPoolWorker-7).
2024-11-05 20:44:01 00411_long_accurate_number_comparison_int1: [ OK ] 137.60 sec.
2024-11-05 20:44:01
2024-11-05 20:44:01 Having 1 errors! 139 tests passed. 1 tests skipped. 780.99 s elapsed (ForkPoolWorker-5).
2024-11-05 20:46:23 00097_long_storage_buffer_race_condition: [ OK ] 231.66 sec.
2024-11-05 20:46:23
2024-11-05 20:46:23 115 tests passed. 0 tests skipped. 923.24 s elapsed (ForkPoolWorker-4).
2024-11-05 20:47:52 00155_long_merges: [ OK ] 329.52 sec.
2024-11-05 20:47:52
2024-11-05 20:47:52 Having 1 errors! 133 tests passed. 1 tests skipped. 1012.56 s elapsed (ForkPoolWorker-3).
2024-11-05 20:47:52
2024-11-05 20:47:52 Running 111 stateless tests (MainProcess).
2024-11-05 20:47:52
2024-11-05 20:47:57 02971_analyzer_remote_id: [ OK ] 4.80 sec.
2024-11-05 20:47:59 02960_partition_by_udf: [ OK ] 1.22 sec.
2024-11-05 20:48:11 02943_rmt_alter_metadata_merge_checksum_mismatch: [ OK ] 11.90 sec.
2024-11-05 20:48:19 02915_move_partition_inactive_replica: [ OK ] 8.34 sec.
2024-11-05 20:48:21 02911_row_policy_on_cluster: [ OK ] 1.28 sec.
2024-11-05 20:48:22 02910_prefetch_unexpceted_exception: [ OK ] 1.63 sec.
2024-11-05 20:48:23 02908_empty_named_collection: [ OK ] 0.89 sec.
2024-11-05 20:48:29 02884_async_insert_skip_settings: [ OK ] 6.02 sec.
2024-11-05 20:49:02 02871_peak_threads_usage: [ OK ] 32.92 sec.
2024-11-05 20:49:03 02867_create_user_ssh: [ OK ] 0.98 sec.
2024-11-05 20:49:06 02863_delayed_source_with_totals_and_extremes: [ OK ] 2.01 sec.
2024-11-05 20:49:08 02843_insertion_table_schema_infer: [ OK ] 2.07 sec.
2024-11-05 20:49:11 02833_multiprewhere_extra_column: [ OK ] 3.59 sec.
2024-11-05 20:49:24 02808_filesystem_cache_drop_query: [ OK ] 12.78 sec.
2024-11-05 20:49:33 02796_calculate_text_stack_trace: [ OK ] 8.49 sec.
2024-11-05 20:49:36 02775_show_columns_called_from_mysql: [ OK ] 3.30 sec.
2024-11-05 20:49:37 02762_replicated_database_no_args: [ OK ] 0.93 sec.
2024-11-05 20:49:39 02725_url_support_virtual_column: [ OK ] 1.89 sec.
2024-11-05 20:49:44 02703_row_policy_for_database: [ OK ] 4.96 sec.
2024-11-05 20:50:19 02700_s3_part_INT_MAX: [ OK ] 34.00 sec.
2024-11-05 20:50:30 02566_ipv4_ipv6_binary_formats: [ OK ] 11.55 sec.
2024-11-05 20:50:33 02561_temporary_table_sessions: [ OK ] 2.38 sec.
2024-11-05 20:51:37 02515_cleanup_async_insert_block_ids: [ OK ] 64.25 sec.
2024-11-05 20:51:52 02504_regexp_dictionary_ua_parser: [ OK ] 14.85 sec.
2024-11-05 20:51:56 02501_deep_recusion_schema_inference: [ OK ] 4.19 sec.
2024-11-05 20:51:58 02495_s3_filter_by_file: [ OK ] 1.79 sec.
2024-11-05 20:52:00 02494_query_cache_eligible_queries: [ OK ] 2.15 sec.
2024-11-05 20:52:11 02494_query_cache_query_log: [ OK ] 11.00 sec.
2024-11-05 20:52:13 02494_query_cache_compression: [ OK ] 1.57 sec.
2024-11-05 20:52:17 02494_query_cache_case_agnostic_matching: [ OK ] 3.74 sec.
2024-11-05 20:52:20 02494_query_cache_events: [ OK ] 3.45 sec.
2024-11-05 20:52:23 02494_query_cache_squash_partial_results: [ OK ] 2.28 sec.
2024-11-05 20:52:25 02494_query_cache_totals_extremes: [ OK ] 1.98 sec.
2024-11-05 20:52:27 02484_substitute_udf_storage_args: [ OK ] 1.71 sec.
2024-11-05 20:52:28 02483_check_virtuals_shile_using_structure_from_insertion_table: [ OK ] 1.20 sec.
2024-11-05 20:52:33 02483_capnp_decimals: [ OK ] 4.73 sec.
2024-11-05 20:52:37 02459_glob_for_recursive_directory_traversal: [ OK ] 4.29 sec.
2024-11-05 20:52:47 02421_record_errors_row_by_input_format: [ OK ] 10.17 sec.
2024-11-05 20:52:47 02396_system_parts_race_condition_rm: [ SKIPPED ] 0.00 sec. - disabled
2024-11-05 20:53:08 02353_compression_level: [ OK ] 20.85 sec.
2024-11-05 20:53:12 02350_views_max_insert_threads: [ OK ] 3.95 sec.
2024-11-05 20:53:16 02337_drop_filesystem_cache_access: [ OK ] 4.07 sec.
2024-11-05 20:53:18 02304_orc_arrow_parquet_string_as_string: [ OK ] 1.26 sec.
2024-11-05 20:53:34 02247_read_bools_as_numbers_json: [ OK ] 16.47 sec.
2024-11-05 20:53:56 02242_system_filesystem_cache_log_table: [ OK ] 21.23 sec.
2024-11-05 20:54:15 02240_system_filesystem_cache_table: [ OK ] 18.78 sec.
2024-11-05 20:54:16 02240_filesystem_query_cache: [ OK ] 1.45 sec.
2024-11-05 20:54:27 02222_create_table_without_columns_metadata: [ OK ] 9.87 sec.
2024-11-05 20:54:30 02184_ipv6_parsing: [ OK ] 2.90 sec.
2024-11-05 20:55:04 02152_http_external_tables_memory_tracking: [ OK ] 34.83 sec.
2024-11-05 20:55:18 02149_schema_inference_create_table_syntax: [ OK ] 13.83 sec.
2024-11-05 20:55:31 02130_parse_quoted_null: [ OK ] 12.32 sec.
2024-11-05 20:55:53 02115_write_buffers_finalize: [ OK ] 21.59 sec.
2024-11-05 20:55:56 02104_json_strings_nullable_string: [ OK ] 3.08 sec.
2024-11-05 20:55:57 02101_sql_user_defined_functions_drop_if_exists: [ OK ] 1.16 sec.
2024-11-05 20:55:58 02098_sql_user_defined_functions_aliases: [ OK ] 0.77 sec.
2024-11-05 20:55:59 02096_sql_user_defined_function_alias: [ OK ] 0.78 sec.
2024-11-05 20:56:00 02015_column_default_dict_get_identifier: [ OK ] 1.71 sec.
2024-11-05 20:56:11 02002_row_level_filter_bug: [ OK ] 10.49 sec.
2024-11-05 20:56:14 01913_exact_rows_before_limit_full: [ OK ] 2.91 sec.
2024-11-05 20:56:16 01910_view_dictionary: [ OK ] 2.01 sec.
2024-11-05 20:56:19 01901_test_attach_partition_from: [ OK ] 2.73 sec.
2024-11-05 20:56:31 01889_check_row_policy_defined_using_user_function: [ OK ] 11.76 sec.
2024-11-05 20:56:32 01870_buffer_flush: [ OK ] 1.28 sec.
2024-11-05 20:56:35 01856_create_function: [ OK ] 2.41 sec.
2024-11-05 20:56:36 01821_table_comment: [ OK ] 1.32 sec.
2024-11-05 20:56:42 01753_direct_dictionary_simple_key: [ OK ] 5.49 sec.
2024-11-05 20:56:55 01737_clickhouse_server_wait_server_pool_long: [ OK ] 13.21 sec.
2024-11-05 20:57:09 01722_long_brotli_http_compression_json_format: [ OK ] 13.95 sec.
2024-11-05 20:57:11 01721_engine_file_truncate_on_insert: [ OK ] 1.44 sec.
2024-11-05 20:57:16 01681_cache_dictionary_simple_key: [ OK ] 5.08 sec.
2024-11-05 20:57:18 01603_rename_overwrite_bug: [ OK ] 2.20 sec.
2024-11-05 20:58:38 01593_concurrent_alter_mutations_kill_many_replicas_long: [ OK ] 79.70 sec.
2024-11-05 20:58:47 01524_do_not_merge_across_partitions_select_final: [ OK ] 8.54 sec.
2024-11-05 21:00:35 01459_manual_write_to_replicas: [ OK ] 108.08 sec.
2024-11-05 21:00:37 01455_rank_correlation_spearman: [ OK ] 1.75 sec.
2024-11-05 21:00:46 01417_freeze_partition_verbose_zookeeper: [ OK ] 9.47 sec.
2024-11-05 21:01:07 01414_mutations_and_errors_zookeeper: [ OK ] 20.23 sec.
2024-11-05 21:01:21 01410_nullable_key_more_tests: [ OK ] 14.57 sec.
2024-11-05 21:01:25 01388_clear_all_columns: [ OK ] 3.39 sec.
2024-11-05 21:01:42 01338_long_select_and_alter: [ OK ] 16.88 sec.
2024-11-05 21:01:59 01307_multiple_leaders_zookeeper: [ OK ] 17.28 sec.
2024-11-05 21:02:32 01301_aggregate_state_exception_memory_leak: [ OK ] 33.19 sec.
2024-11-05 21:02:34 01294_system_distributed_on_cluster: [ OK ] 1.30 sec.
2024-11-05 21:02:34 01281_group_by_limit_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build
2024-11-05 21:02:42 01272_suspicious_codecs: [ OK ] 7.81 sec.
2024-11-05 21:02:43 01225_show_create_table_from_dictionary: [ OK ] 1.24 sec.
2024-11-05 21:02:46 01188_attach_table_from_path: [ OK ] 2.44 sec.
2024-11-05 21:02:47 01164_alter_memory_database: [ OK ] 1.50 sec.
2024-11-05 21:04:39 01154_move_partition_long: [ OK ] 112.00 sec.
2024-11-05 21:04:43 01153_attach_mv_uuid: [ OK ] 4.08 sec.
2024-11-05 21:04:45 01119_weird_user_names: [ OK ] 1.78 sec.
2024-11-05 21:04:46 01110_dictionary_layout_without_arguments: [ OK ] 1.12 sec.
2024-11-05 21:04:58 01091_num_threads: [ OK ] 11.05 sec.
2024-11-05 21:05:09 01086_window_view_cleanup: [ OK ] 11.45 sec.
2024-11-05 21:05:12 01085_max_distributed_connections_http: [ OK ] 2.81 sec.
2024-11-05 21:05:56 01079_parallel_alter_detach_table_zookeeper: [ OK ] 43.60 sec.
2024-11-05 21:06:07 01076_cache_dictionary_datarace_exception_ptr: [ OK ] 11.18 sec.
2024-11-05 21:06:11 01070_mutations_with_dependencies: [ OK ] 4.18 sec.
2024-11-05 21:06:20 01060_shutdown_table_after_detach: [ OK ] 8.81 sec.
2024-11-05 21:06:29 01053_ssd_dictionary: [ OK ] 8.77 sec.
2024-11-05 21:06:48 01040_dictionary_invalidate_query_switchover_long: [ OK ] 19.23 sec.
2024-11-05 21:06:59 01038_dictionary_lifetime_min_zero_sec: [ OK ] 10.13 sec.
2024-11-05 21:07:01 01023_materialized_view_query_context: [ OK ] 2.52 sec.
2024-11-05 21:07:11 01018_ddl_dictionaries_bad_queries: [ OK ] 9.50 sec.
2024-11-05 21:07:33 01014_lazy_database_basic: [ OK ] 21.94 sec.
2024-11-05 21:08:09 01014_lazy_database_concurrent_recreate_reattach_and_show_tables: [ OK ] 36.62 sec.
2024-11-05 21:08:12 00971_query_id_in_logs: [ OK ] 2.04 sec.
2024-11-05 21:08:25 00463_long_sessions_in_http_interface: [ OK ] 13.78 sec.
2024-11-05 21:08:28 00309_formats_case_insensitive: [ OK ] 2.10 sec.
2024-11-05 21:08:55 00002_log_and_exception_messages_formatting: [ OK ] 27.23 sec.
2024-11-05 21:08:55
2024-11-05 21:08:55 109 tests passed. 2 tests skipped. 1262.61 s elapsed (MainProcess).
2024-11-05 21:09:01 Won't run stateful tests because test data wasn't loaded.
2024-11-05 21:09:01 Checking the hung queries: done
2024-11-05 21:09:01
2024-11-05 21:09:01 No queries hung.
2024-11-05 21:09:01 All tests have finished.
2024-11-05 21:09:01
2024-11-05 21:09:01 Top patterns of log messages:
2024-11-05 21:09:01
2024-11-05 21:09:01 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2024-11-05 21:09:01
2024-11-05 21:09:01 1. 44738 0.051 2.32 MiB 0.018 8 318 ['Trace'] 0.001 Access granted: {}{}
2024-11-05 21:09:01 2. 36749 0.042 6.82 MiB 0.053 1 119 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2024-11-05 21:09:01 3. 36734 0.042 5.50 MiB 0.043 3 118 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2024-11-05 21:09:01 4. 33348 0.038 2.85 MiB 0.022 1 357 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-11-05 21:09:01 5. 30988 0.035 874.32 KiB 0.007 1 117 ['Debug'] 0 Processed in {} sec.
2024-11-05 21:09:01 6. 29410 0.033 867.15 KiB 0.007 1 359 ['Trace'] 0 Aggregation method: {}
2024-11-05 21:09:01 7. 25274 0.029 20.96 MiB 0.164 1 194 ['Trace'] 0.001 Query {} to stage {}{}
2024-11-05 21:09:01 8. 24910 0.028 21.39 MiB 0.168 1 192 ['Trace'] 0.001 Query {} from stage {} to stage {}{}
2024-11-05 21:09:01 9. 24770 0.028 1.08 MiB 0.008 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2024-11-05 21:09:01 10. 23125 0.026 1.61 MiB 0.013 1 944 ['Trace'] 0.526 Reserved {} on local disk {}, having unreserved {}.
2024-11-05 21:09:01 11. 18935 0.021 1.47 MiB 0.011 1 110 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2024-11-05 21:09:01 12. 18022 0.02 1.43 MiB 0.011 1 326 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2024-11-05 21:09:01 13. 16614 0.019 1.85 MiB 0.014 720 435 ['Trace'] 0.579 Renaming temporary part {} to {} with tid {}.
2024-11-05 21:09:01 14. 16201 0.018 1.10 MiB 0.009 714 861 ['Trace'] 0.655 Trying to reserve {} using storage policy from min volume index {}
2024-11-05 21:09:01 15. 12242 0.014 1.07 MiB 0.008 114 527 ['Trace'] 0.994 Insert entry {} to queue with type {}
2024-11-05 21:09:01 16. 11776 0.013 546.91 KiB 0.004 1 437 ['Trace'] 0.336 filled checksums {}
2024-11-05 21:09:01 17. 11657 0.013 952.69 KiB 0.007 5 154 ['Debug'] 0.997 {} Authenticating user '{}' from {}
2024-11-05 21:09:01 18. 11636 0.013 1.28 MiB 0.01 5 154 ['Debug'] 0.997 {} Authenticated with global context as user {}
2024-11-05 21:09:01 19. 11602 0.013 1019.71 KiB 0.008 5 150 ['Debug'] 0.997 {} Logout, user_id: {}
2024-11-05 21:09:01 20. 11560 0.013 1.23 MiB 0.01 3 118 ['Debug'] 1 {} Creating session context with user_id: {}
2024-11-05 21:09:01 21. 10682 0.012 4.93 MiB 0.039 2 106 ['Trace'] 1 Request URI: {}
2024-11-05 21:09:01 22. 10682 0.012 2.12 MiB 0.017 2 106 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2024-11-05 21:09:01 23. 10629 0.012 217.98 KiB 0.002 2 106 ['Debug'] 0.483 Done processing query
2024-11-05 21:09:01 24. 10485 0.012 504.06 KiB 0.004 1 132 ['Debug'] 0.221 Peak memory usage{}: {}.
2024-11-05 21:09:01 25. 9894 0.011 770.55 KiB 0.006 108 599 ['Trace'] 0.891 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2024-11-05 21:09:01 26. 8246 0.009 88.58 KiB 0.001 1 347 ['Trace'] 0 Aggregating
2024-11-05 21:09:01 27. 8107 0.009 683.52 KiB 0.005 119 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2024-11-05 21:09:01 28. 8038 0.009 1.08 MiB 0.008 100 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2024-11-05 21:09:01 29. 8031 0.009 203.92 KiB 0.002 114 527 ['Debug'] 0.996 Pulled {} entries to queue.
2024-11-05 21:09:01 30. 8031 0.009 462.73 KiB 0.004 114 527 ['Debug'] 0.996 Pulling {} entries to queue: {} - {}
2024-11-05 21:09:01 31. 8027 0.009 639.09 KiB 0.005 511 90 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2024-11-05 21:09:01 32. 6674 0.008 837.63 KiB 0.006 1 2 ['Trace'] 1 Creating part at path {}
2024-11-05 21:09:01 33. 6307 0.007 579.75 KiB 0.004 1 44 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2024-11-05 21:09:01 34. 6217 0.007 478.52 KiB 0.004 52 274 ['Trace'] 0.003 Used generic exclusion search over index for part {} with {} steps
2024-11-05 21:09:01 35. 6214 0.007 234.12 KiB 0.002 90 32 ['Debug'] 0.825 Committing part {} to zookeeper
2024-11-05 21:09:01 36. 6080 0.007 200.13 KiB 0.002 1 117 ['Trace'] 1 TCP Request. Address: {}
2024-11-05 21:09:01 37. 6078 0.007 585.17 KiB 0.004 1 117 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2024-11-05 21:09:01 38. 6048 0.007 221.65 KiB 0.002 90 32 ['Debug'] 0.848 Part {} committed to zookeeper
2024-11-05 21:09:01 39. 6040 0.007 159.26 KiB 0.001 1 105 ['Debug'] 1 Done processing connection.
2024-11-05 21:09:01 40. 5801 0.007 203.94 KiB 0.002 1 118 ['Trace'] 0.006 Converting aggregated data to blocks
2024-11-05 21:09:01 41. 5790 0.007 615.63 KiB 0.005 1 110 ['Debug'] 0.004 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-11-05 21:09:01 42. 5732 0.006 128.75 KiB 0.001 1 344 ['Trace'] 0 Merging aggregated data
2024-11-05 21:09:01 43. 5142 0.006 525.74 KiB 0.004 66 32 ['Debug'] 0.999 Fetching part {} from {}:{}
2024-11-05 21:09:01 44. 5141 0.006 185.74 KiB 0.001 66 32 ['Trace'] 0.999 Checking disk {} with type {}
2024-11-05 21:09:01 45. 5141 0.006 441.80 KiB 0.003 66 32 ['Trace'] 0.999 Trying to fetch with zero-copy replication, but disk is not provided, will try to select
2024-11-05 21:09:01 46. 5141 0.006 111.65 KiB 0.001 66 48 ['Trace'] 1 Sending part {}
2024-11-05 21:09:01 47. 5137 0.006 98.84 KiB 0.001 66 32 ['Debug'] 0.999 Downloading files {}
2024-11-05 21:09:01 48. 5136 0.006 436.35 KiB 0.003 66 32 ['Trace'] 0.999 Disk for fetch is not provided, getting disk from reservation {} with type '{}'
2024-11-05 21:09:01 49. 5135 0.006 520.04 KiB 0.004 66 32 ['Debug'] 0.999 Fetched part {} from {}:{}{}
2024-11-05 21:09:01 50. 5134 0.006 226.82 KiB 0.002 65 32 ['Debug'] 0.999 Downloading part {} onto disk {}.
2024-11-05 21:09:01 51. 5133 0.006 271.88 KiB 0.002 65 32 ['Debug'] 0.999 Download of part {} onto disk {} finished.
2024-11-05 21:09:01 52. 5124 0.006 763.81 KiB 0.006 1 248 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2024-11-05 21:09:01 53. 5124 0.006 580.45 KiB 0.004 1 249 ['Information'] 0 Sorting and writing part of data into temporary file {}
2024-11-05 21:09:01 54. 4930 0.006 164.57 KiB 0.001 570 118 ['Debug'] 0.008 Key condition: {}
2024-11-05 21:09:01 55. 4792 0.005 545.13 KiB 0.004 568 118 ['Debug'] 0.008 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2024-11-05 21:09:01 56. 4485 0.005 232.13 KiB 0.002 503 118 ['Trace'] 0.008 Spreading mark ranges among streams (default reading)
2024-11-05 21:09:01 57. 4424 0.005 1.99 MiB 0.016 2 13 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {}
2024-11-05 21:09:01 58. 4277 0.005 636.14 KiB 0.005 1 208 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-11-05 21:09:01 59. 4277 0.005 211.12 KiB 0.002 1 208 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
2024-11-05 21:09:01 60. 3845 0.004 296.64 KiB 0.002 1 103 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2024-11-05 21:09:01 61. 3675 0.004 378.77 KiB 0.003 1 25 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2024-11-05 21:09:01 62. 3551 0.004 128.21 KiB 0.001 17 17 ['Trace'] 1 Flushed system log up to offset {}
2024-11-05 21:09:01 63. 3550 0.004 206.39 KiB 0.002 17 17 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2024-11-05 21:09:01 64. 3009 0.003 191.02 KiB 0.001 40 264 ['Debug'] 1 There is no part {} in ZooKeeper, it was only in filesystem
2024-11-05 21:09:01 65. 2550 0.003 456.85 KiB 0.003 1 101 ['Debug'] 0 {}:{}: sampleColumns {} '{}'
2024-11-05 21:09:01 66. 2535 0.003 428.21 KiB 0.003 1 67 ['Trace'] 0.013 PREWHERE condition was split into {} steps: {}
2024-11-05 21:09:01 67. 2370 0.003 300.39 KiB 0.002 1 508 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2024-11-05 21:09:01 68. 2370 0.003 468.93 KiB 0.004 1 508 ['Information'] 1 Removing metadata {} of dropped table {}
2024-11-05 21:09:01 69. 2370 0.003 175.90 KiB 0.001 1 93 ['Debug'] 0 Waiting for table {} to be finally dropped
2024-11-05 21:09:01 70. 2349 0.003 168.92 KiB 0.001 88 306 ['Debug'] 0 Wrote block with ID '{}', {} rows{}
2024-11-05 21:09:01 71. 2226 0.003 152.26 KiB 0.001 1 80 ['Debug'] 0.002 Schedule load job '{}' into {}
2024-11-05 21:09:01 72. 2226 0.003 145.74 KiB 0.001 1 294 ['Debug'] 1 Execute load job '{}' in {}
2024-11-05 21:09:01 73. 2226 0.003 154.43 KiB 0.001 1 294 ['Debug'] 1 Finish load job '{}' with status {}
2024-11-05 21:09:01 74. 2226 0.003 69.57 KiB 0.001 1 372 ['Debug'] 0.5 Spawn loader worker #{} in {}
2024-11-05 21:09:01 75. 2226 0.003 45.65 KiB 0 1 329 ['Debug'] 1 Stop worker in {}
2024-11-05 21:09:01 76. 2225 0.003 176.10 KiB 0.001 1 80 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2024-11-05 21:09:01 77. 2222 0.003 19.53 KiB 0 2 80 ['Trace'] 0.002 No tables
2024-11-05 21:09:01 78. 2216 0.003 279.35 KiB 0.002 1 39 ['Debug'] 0 Before join block: '{}'
2024-11-05 21:09:01 79. 2210 0.002 451.89 KiB 0.003 1 39 ['Debug'] 0 After join block: '{}'
2024-11-05 21:09:01 80. 2196 0.002 72.91 KiB 0.001 1 381 ['Debug'] 0.501 Change current priority: {} -> {}
2024-11-05 21:09:01 81. 2180 0.002 236.09 KiB 0.002 1315 16 ['Trace'] 1 Executing log entry to merge parts {} to {}
2024-11-05 21:09:01 82. 2090 0.002 123.96 KiB 0.001 29 32 ['Debug'] 0.997 Part {} is rendered obsolete by fetching part {}
2024-11-05 21:09:01 83. 2066 0.002 101.33 KiB 0.001 256 516 ['Debug'] 0.899 Selected {} parts from {} to {}
2024-11-05 21:09:01 84. 1953 0.002 416.41 KiB 0.003 1 2 ['Error'] 0 Failed to push block to view {}, {}
2024-11-05 21:09:01 85. 1947 0.002 176.27 KiB 0.001 1 285 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2024-11-05 21:09:01 86. 1885 0.002 229.84 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2024-11-05 21:09:01 87. 1791 0.002 56.88 KiB 0 19 32 ['Debug'] 0 Requested flush up to offset {}
2024-11-05 21:09:01 88. 1707 0.002 48.42 KiB 0 120 300 ['Trace'] 0.028 Found (LEFT) boundary mark: {}
2024-11-05 21:09:01 89. 1707 0.002 113.47 KiB 0.001 120 300 ['Trace'] 0.028 Running binary search on index range for part {} ({} marks)
2024-11-05 21:09:01 90. 1707 0.002 50.40 KiB 0 120 300 ['Trace'] 0.028 Found (RIGHT) boundary mark: {}
2024-11-05 21:09:01 91. 1707 0.002 54.30 KiB 0 120 300 ['Trace'] 0.028 Found {} range in {} steps
2024-11-05 21:09:01 92. 1688 0.002 36.81 KiB 0 154 473 ['Trace'] 1 Execution took {} ms.
2024-11-05 21:09:01 93. 1601 0.002 64.10 KiB 0 1 421 ['Debug'] 0.417 Will use old analyzer to prepare mutation
2024-11-05 21:09:01 94. 1599 0.002 54.61 KiB 0 1 47 ['Debug'] 0 Selected MergeAlgorithm: {}
2024-11-05 21:09:01 95. 1599 0.002 126.82 KiB 0.001 1 47 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2024-11-05 21:09:01 96. 1584 0.002 203.34 KiB 0.002 1 47 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2024-11-05 21:09:01 97. 1581 0.002 94.32 KiB 0.001 258 47 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2024-11-05 21:09:01 98. 1575 0.002 173.20 KiB 0.001 612 455 ['Debug'] 0.97 Removing {} parts from filesystem (serially): Parts: [{}]
2024-11-05 21:09:01 99. 1561 0.002 45.73 KiB 0 119 489 ['Debug'] 0.976 Updating strategy picker state
2024-11-05 21:09:02 100. 1489 0.002 300.95 KiB 0.002 667 16 ['Debug'] 1 Don't have all parts (at least {} is missing) for merge {}; will try to fetch it instead. Either pool for fetches is starving, see background_fetches_pool_size, or none of active replicas has it
2024-11-05 21:09:02
2024-11-05 21:09:02
2024-11-05 21:09:02
2024-11-05 21:09:02 Top messages without format string (fmt::runtime):
2024-11-05 21:09:02
2024-11-05 21:09:02 count pattern runtime_message line
2024-11-05 21:09:02
2024-11-05 21:09:02 1. 14 CodeDBExceptionParthasalreadybee Code: 384. DB::Exception: Part 9_32_32_0 has already been assigned a merge into 9_24_37_2. (PART_IS_TEMPORARILY_LOCKED) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:56534) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE d ('/executeQuery.cpp',218)
2024-11-05 21:09:02 2. 14 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR) (version 24.3.12.7 ('/executeQuery.cpp',218)
2024-11-05 21:09:02 3. 12 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT defaultValueOfTypeName(''). (SYNTAX_ERROR) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:42812) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT defaultValueOfTypeName(' ('/executeQuery.cpp',218)
2024-11-05 21:09:02 4. 6 CodeDBExceptionReceivedfromDBExc Code: 516. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name.
2024-11-05 21:09:02
2024-11-05 21:09:02 If you have installed ClickHouse and forgot password you can reset it in the configuration fi ('/executeQuery.cpp',218)
2024-11-05 21:09:02 5. 4 stdexceptionCodetypeboostwrapexc std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'MULTIPOLYGON'' in () (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:42812) (comment: 00534_functions_bad_arguments7.sh ('/executeQuery.cpp',218)
2024-11-05 21:09:02 6. 4 CodeDBExceptionboostwrapexceptbo Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'MULTIPOLYGON'' in (). (STD_EXCEPTION) ('/TCPHandler.cpp',701)
2024-11-05 21:09:02 7. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2024-11-05 21:09:02
2024-11-05 21:09:02 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2024-11-05 21:09:02 8. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 1 (' '): . Unrecognized token: ' '. (SYNTAX_ERROR) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:41664) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ('/executeQuery.cpp',218)
2024-11-05 21:09:02 9. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 10. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 11. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 12. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 13. 1 startingup starting up ('',0)
2024-11-05 21:09:02 14. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 15. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2024-11-05 21:09:02 peer 1, DC ID 0, localhost:9234, voting member, 1
2024-11-05 21:09:02 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 16. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 17. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 18. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2024-11-05 21:09:02 19. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 20. 1 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2024-11-05 21:09:02 21. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2024-11-05 21:09:02 commit index 0
2024-11-05 21:09:02 term 0
2024-11-05 21:09:02 election timer allowed
2024-11-05 21:09:02 log store start 1, end 0
2024-11-05 21:09:02 config log idx 0, prev log idx 0
2024-11-05 21:09:02 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 23. 1 ('/logTrace.cpp',50)
2024-11-05 21:09:02 24. 1 CodeDBExceptionBadURIsyntaxURIco Code: 1000. DB::Exception: Bad URI syntax: URI contains invalid characters. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2024-11-05 21:09:02
2024-11-05 21:09:02 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(Strin ('/TCPHandler.cpp',701)
2024-11-05 21:09:02 25. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 26. 1 PocoExceptionCodeecodeBadURIsynt Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:41838) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg((CAST(('\0') AS String)));), S ('/executeQuery.cpp',218)
2024-11-05 21:09:02 27. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43)
2024-11-05 21:09:02 28. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.12.76.altinitystable (revision: 54490, git hash: 5b67ba5a4febfa774d6373929d551c6a697d7d92, build id: 0B86F237F7F4BC8221C52DA1D96593627182926E), PID 734 ('',0)
2024-11-05 21:09:02 29. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2024-11-05 21:09:22 30. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43)
2024-11-05 21:09:22
2024-11-05 21:09:22
2024-11-05 21:09:22
2024-11-05 21:09:22 Top messages not matching their format strings:
2024-11-05 21:09:22
2024-11-05 21:09:22 message_format_string count() any_message
2024-11-05 21:09:22
2024-11-05 21:09:22 1. Query {} to stage {}{} 30 Query SELECT _CAST(0, 'UInt64') AS `JSONLength('[9]\\0B�6�')` FROM system.one AS __table1 to stage Complete
2024-11-05 21:09:22 message_format_string count() any_message
2024-11-05 21:09:22
2024-11-05 21:09:22 2. Query {} from stage {} to stage {}{} 30 Query SELECT _CAST(0, 'UInt64') AS `JSONLength('[9]\\0B�6�')` FROM system.one AS __table1 from stage FetchColumns to stage Complete
2024-11-05 21:09:22 message_format_string count() any_message
2024-11-05 21:09:22
2024-11-05 21:09:22 3. 29 Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:41838) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg((CAST(('\0') AS String)));), Stack trace (when copying this message, always include the lines below):
2024-11-05 21:09:22
2024-11-05 21:09:22 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e9efbc9
2024-11-05 21:09:22 1. ./build_docker/./base/poco/Foundation/src/Exception.cpp:0: Poco::URISyntaxException::URISyntaxException(String const&, int) @ 0x000000003ea064ee
2024-11-05 21:09:22 2. ./build_docker/./base/poco/Foundation/src/URI.cpp:743: Poco::URI::parse(String const&) @ 0x000000003eb34447
2024-11-05 21:09:22 3. ./build_docker/./base/poco/Foundation/src/URI.cpp:43: Poco::URI::URI(String const&, bool) @ 0x000000003eb33c9f
2024-11-05 21:09:22 4. ./build_docker/./src/IO/S3/URI.cpp:0: DB::S3::URI::URI(String const&) @ 0x000000002f579a45
2024-11-05 21:09:22 5. ./build_docker/./src/TableFunctions/TableFunctionS3.cpp:0: DB::TableFunctionS3::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002f559c5c
2024-11-05 21:09:22 6. ./build_docker/./src/TableFunctions/TableFunctionS3.cpp:228: DB::TableFunctionS3::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002f55dd6a
2024-11-05 21:09:22 7. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: DB::ITableFunctionDataLake::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002f5a201b
2024-11-05 21:09:22 8. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, DB::(anonymous namespace)::QueryExpressionsAliasVisitor&, bool) @ 0x00000000347c96b8
2024-11-05 21:09:22 9. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:7949: DB::(anonymous namespace)::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, DB::(anonymous namespace)::QueryExpressionsAliasVisitor&) @ 0x00000000347d4ae5
2024-11-05 21:09:22 10. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x0000000034798e58
2024-11-05 21:09:22 11. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x000000003478f330
2024-11-05 21:09:22 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:0: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x000000003477d544
2024-11-05 21:09:22 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000035734f20
2024-11-05 21:09:22 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003572bfe5
2024-11-05 21:09:22 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:0: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x0000000035737fb5
2024-11-05 21:09:22 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:270: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x0000000035737713
2024-11-05 21:09:22 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x000000003559fa84
2024-11-05 21:09:22 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1133: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003659bfc0
2024-11-05 21:09:22 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1374: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000036590723
2024-11-05 21:09:22 20. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:723: DB::TCPHandler::runImpl() @ 0x000000003a4d6b28
2024-11-05 21:09:22 21. ./build_docker/./src/Server/TCPHandler.cpp:0: DB::TCPHandler::run() @ 0x000000003a52635c
2024-11-05 21:09:22 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x000000003e69db00
2024-11-05 21:09:22 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: Poco::Net::TCPServerDispatcher::run() @ 0x000000003e69e981
2024-11-05 21:09:22 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:0: Poco::PooledThread::run() @ 0x000000003eb25e86
2024-11-05 21:09:22 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:46: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x000000003eb22c4e
2024-11-05 21:09:22 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:350: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003eb1fb32
2024-11-05 21:09:22 27. ? @ 0x00007f98faeb0ac3
2024-11-05 21:09:22 28. ? @ 0x00007f98faf42850
2024-11-05 21:09:22
2024-11-05 21:09:22 message_format_string count() any_message
2024-11-05 21:09:22
2024-11-05 21:09:22 4. Illegal UTF-8 sequence, while processing '{}' 12 Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8(materialize('hello'_String) :: 3, materialize('�'_String) :: 1) -> stringJaccardIndexUTF8(materialize('hello'_String), materialize('�'_String)) Float64 : 2'. (BAD_ARGUMENTS) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:36188) (comment: 02884_string_distance_function.sql) (in query: SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('\xC2\x01'));), Stack trace (when copying this message, always include the lines below):
2024-11-05 21:09:22
2024-11-05 21:09:22 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e9efbc9
2024-11-05 21:09:22 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f112a13
2024-11-05 21:09:22 2. DB::Exception::Exception(int, FormatStringHelperImpl::type>, StringRef&&) @ 0x000000000a5447f6
2024-11-05 21:09:22 3. DB::ByteJaccardIndexImpl::process(char const*, unsigned long, char const*, unsigned long) @ 0x000000000a54a91b
2024-11-05 21:09:22 4. DB::FunctionsStringSimilarity>, DB::NameJaccardIndexUTF8>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000a546669
2024-11-05 21:09:22 5. DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ede698
2024-11-05 21:09:22 6. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd4c39d
2024-11-05 21:09:22 7. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd4e2d7
2024-11-05 21:09:22 8. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd55226
2024-11-05 21:09:22 9. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:124: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x0000000032bf1992
2024-11-05 21:09:22 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:0: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x000000003afffa5e
2024-11-05 21:09:22 11. ./contrib/llvm-project/libcxx/include/__utility/swap.h:35: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000025370d21
2024-11-05 21:09:22 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:99: DB::ISimpleTransform::work() @ 0x000000003a62d5fe
2024-11-05 21:09:22 13. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a69cf57
2024-11-05 21:09:22 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a66c627
2024-11-05 21:09:22 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a6688c4
2024-11-05 21:09:22 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a668328
2024-11-05 21:09:22 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:0: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003a6a845d
2024-11-05 21:09:22 18. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001f343a95
2024-11-05 21:09:22 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:303: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000001f351b8b
2024-11-05 21:09:22 20. ? @ 0x00007f98faeb0ac3
2024-11-05 21:09:22 21. ? @ 0x00007f98faf42850
2024-11-05 21:09:22
2024-11-05 21:09:22 message_format_string count() any_message
2024-11-05 21:09:22
2024-11-05 21:09:22 5. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 5 /var/lib/clickhouse/store/26f/26f2d766-d847-4732-91c3-17b294f6ee9f/tmp_merge_202411_50_91_8/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2024-11-05 21:09:22 message_format_string count() any_message
2024-11-05 21:09:22
2024-11-05 21:09:27 6. (from {}{}{}){}{} {} (stage: {}) 2 (from [::1]:46178) (comment: 01674_unicode_asan.sql) SELECT positionCaseInsensitiveUTF8('иголка.ру', 'иголка.р�\0') AS res; (stage: Complete)
2024-11-05 21:09:27
2024-11-05 21:09:27
2024-11-05 21:09:27
2024-11-05 21:09:27 Top short messages:
2024-11-05 21:09:27
2024-11-05 21:09:27 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-11-05 21:09:27
2024-11-05 21:09:27 1. 501 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) UInt8(size = 1) UInt8(size = 1)' 30
2024-11-05 21:09:27 2. 12 Illegal UTF-8 sequence, while processing '{}' Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8 -1
2024-11-05 21:09:27 3. 6 Creating {}: {} Creating table test_zc01w94u_2.src: CREATE TABLE IF NOT EXISTS test_zc01w94u_2.src UUID '7e2f002b-15d9-41b3-ba5b-d16cb5c 124
2024-11-05 21:09:27 4. 6 Bad SSH public key provided Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.3.12.76.altinitystable (altinity build 29
2024-11-05 21:09:27 5. 5 {} Server was built with sanitizer. It will work slowly. 27
2024-11-05 21:09:27 6. 5 Froze {} parts Froze 1 parts -13
2024-11-05 21:09:27 7. 2 Invalid cache key hex: {} Code: 36. DB::Exception: Invalid cache key hex: kek. (BAD_ARGUMENTS) (version 24.3.12.76.altinitystable (altinity build) 27
2024-11-05 21:09:27 8. 2 Unknown statistic column: {} Code: 708. DB::Exception: Unknown statistic column: b. (ILLEGAL_STATISTIC) (version 24.3.12.76.altinitystable (altinity 29
2024-11-05 21:09:27
2024-11-05 21:09:27
2024-11-05 21:09:27
2024-11-05 21:09:27 Top messages by level:
2024-11-05 21:09:27
2024-11-05 21:09:27 (0.0049905637283933066,'Number of arguments for function {} doesn\'t match: passed {}, should be {}') Error
2024-11-05 21:09:27 (0.00046363510225353735,'Destination table {} has different type of column {} ({} != {}). Data from destination table are converted.') Warning
2024-11-05 21:09:27 (0.00578020988794921,'Sorting and writing part of data into temporary file {}') Information
2024-11-05 21:09:27 (0.04145980757451158,'(from {}{}{}){}{} {} (stage: {})') Debug
2024-11-05 21:09:27 (0.0504730544528711,'Access granted: {}{}') Trace
2024-11-05 21:09:27
2024-11-05 21:09:27
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
+ echo 'Files in current directory'
+ ls -la ./
Files in current directory
total 137472
drwxr-xr-x 1 root root 4096 Nov 5 20:56 .
drwxr-xr-x 1 root root 4096 Nov 5 20:56 ..
-rw-rw-r-- 1 1000 1000 300 Nov 5 20:26 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 06:03 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Nov 5 20:30 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Nov 5 20:30 __azurite_db_blob__.json
-rw-r--r-- 1 root root 50117 Nov 5 21:09 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Nov 5 20:30 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
drwxr-xr-x 8 root root 4096 Nov 5 20:37 clickhouse-local-27105-1730828240-15325310674572874531
drwxr-x--- 4 root root 4096 Nov 5 20:56 data
drwxr-xr-x 5 root root 340 Nov 5 20:28 dev
drwxr-x--- 2 root root 4096 Nov 5 20:56 dictionaries_lib
-rwxr-xr-x 1 root root 0 Nov 5 20:28 .dockerenv
drwxr-xr-x 1 root root 4096 Nov 5 20:29 etc
drwxr-x--- 2 root root 4096 Nov 5 20:56 flags
drwxr-x--- 2 root root 4096 Nov 5 20:56 format_schemas
drwxr-xr-x 1 1000 1000 4096 Nov 5 20:29 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 06:04 mc
drwxr-xr-x 2 root root 4096 Apr 27 2024 media
drwxr-x--- 2 root root 4096 Nov 5 20:56 metadata
drwxr-x--- 2 root root 4096 Nov 5 20:56 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Jun 13 06:04 minio
drwxr-xr-x 4 root root 4096 Nov 5 20:29 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt
drwxr-x--- 2 root root 4096 Nov 5 20:56 named_collections
drwxr-xr-x 2 root root 4096 Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Nov 5 20:28 package_folder
drwxr-x--- 2 root root 4096 Nov 5 20:56 preprocessed_configs
dr-xr-xr-x 312 root root 0 Nov 5 20:28 proc
-rwxrwxr-x 1 root root 7989 May 14 20:27 process_functional_tests_result.py
drwx------ 1 root root 4096 Nov 5 20:49 root
drwxr-xr-x 1 root root 4096 Nov 5 20:29 run
-rwxrwxr-x 1 root root 16095 Jun 13 06:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Nov 5 20:30 script.gdb
-rwxrwxr-x 1 root root 10462 May 14 20:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 06:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 06:03 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 2024 srv
-rw-r----- 1 root root 59 Nov 5 20:56 status
drwxr-x--- 4 root root 4096 Nov 5 20:56 store
-rw-rw-r-- 1 root root 13192 Jun 13 06:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Nov 5 20:28 sys
drwxrwxr-x 2 1000 1000 4096 Nov 5 20:30 test_output
drwxrwxrwt 1 root root 36864 Nov 5 21:09 tmp
drwxr-xr-x 2 root root 4096 Nov 5 20:31 user_defined
drwxr-x--- 2 root root 4096 Nov 5 20:56 user_files
drwxr-x--- 2 root root 4096 Nov 5 20:56 user_scripts
drwxr-xr-x 1 root root 4096 Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 06:03 utils.lib
-rw-r----- 1 root root 36 Nov 5 20:56 uuid
drwxr-xr-x 1 root root 4096 Apr 27 2024 var
Files in root directory
+ echo 'Files in root directory'
+ ls -la /
total 137472
drwxr-xr-x 1 root root 4096 Nov 5 20:56 .
drwxr-xr-x 1 root root 4096 Nov 5 20:56 ..
-rw-rw-r-- 1 1000 1000 300 Nov 5 20:26 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 06:03 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Nov 5 20:30 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Nov 5 20:30 __azurite_db_blob__.json
-rw-r--r-- 1 root root 50117 Nov 5 21:09 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Nov 5 20:30 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
drwxr-xr-x 8 root root 4096 Nov 5 20:37 clickhouse-local-27105-1730828240-15325310674572874531
drwxr-x--- 4 root root 4096 Nov 5 20:56 data
drwxr-xr-x 5 root root 340 Nov 5 20:28 dev
drwxr-x--- 2 root root 4096 Nov 5 20:56 dictionaries_lib
-rwxr-xr-x 1 root root 0 Nov 5 20:28 .dockerenv
drwxr-xr-x 1 root root 4096 Nov 5 20:29 etc
drwxr-x--- 2 root root 4096 Nov 5 20:56 flags
drwxr-x--- 2 root root 4096 Nov 5 20:56 format_schemas
drwxr-xr-x 1 1000 1000 4096 Nov 5 20:29 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 06:04 mc
drwxr-xr-x 2 root root 4096 Apr 27 2024 media
drwxr-x--- 2 root root 4096 Nov 5 20:56 metadata
drwxr-x--- 2 root root 4096 Nov 5 20:56 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Jun 13 06:04 minio
drwxr-xr-x 4 root root 4096 Nov 5 20:29 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt
drwxr-x--- 2 root root 4096 Nov 5 20:56 named_collections
drwxr-xr-x 2 root root 4096 Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Nov 5 20:28 package_folder
drwxr-x--- 2 root root 4096 Nov 5 20:56 preprocessed_configs
dr-xr-xr-x 312 root root 0 Nov 5 20:28 proc
-rwxrwxr-x 1 root root 7989 May 14 20:27 process_functional_tests_result.py
drwx------ 1 root root 4096 Nov 5 20:49 root
drwxr-xr-x 1 root root 4096 Nov 5 20:29 run
-rwxrwxr-x 1 root root 16095 Jun 13 06:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Nov 5 20:30 script.gdb
-rwxrwxr-x 1 root root 10462 May 14 20:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 06:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 06:03 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 2024 srv
-rw-r----- 1 root root 59 Nov 5 20:56 status
drwxr-x--- 4 root root 4096 Nov 5 20:56 store
-rw-rw-r-- 1 root root 13192 Jun 13 06:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Nov 5 20:28 sys
drwxrwxr-x 2 1000 1000 4096 Nov 5 20:30 test_output
drwxrwxrwt 1 root root 36864 Nov 5 21:09 tmp
drwxr-xr-x 2 root root 4096 Nov 5 20:31 user_defined
drwxr-x--- 2 root root 4096 Nov 5 20:56 user_files
drwxr-x--- 2 root root 4096 Nov 5 20:56 user_scripts
drwxr-xr-x 1 root root 4096 Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 06:03 utils.lib
-rw-r----- 1 root root 36 Nov 5 20:56 uuid
drwxr-xr-x 1 root root 4096 Apr 27 2024 var
+ /process_functional_tests_result.py
2024-11-05 21:09:28,194 File /analyzer_tech_debt.txt with broken tests found
2024-11-05 21:09:28,195 Broken tests in the list: 11
2024-11-05 21:09:28,196 Find files in result folder test_result.txt,run.log,gdb.log,garbage.log
2024-11-05 21:09:28,205 Is flaky check: False
2024-11-05 21:09:28,205 Result parsed
2024-11-05 21:09:28,207 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Sent terminate signal to process with pid 734.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734.
The process with pid = 734 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ '[' 1 -ne 0 ']'
+ zstd --threads=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]